[Webkit-unassigned] [Bug 210050] New: Cannot detect middle click with bluetooth mouse on iPadOS 13.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 09:09:02 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210050

            Bug ID: 210050
           Summary: Cannot detect middle click with bluetooth mouse on
                    iPadOS 13.4
           Product: WebKit
           Version: Safari 13
          Hardware: iPhone / iPad
                OS: iOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ashley at scirra.com

Middle clicks with a bluetooth mouse on iPadOS 13.4 register as a left click instead of a middle click. The 'button' property of both mousedown and pointerdown events is 0 (for left button), when it should be 1 (for middle button).

Demo: https://downloads.scirra.com/labs/ipadosmouse/

It works correctly with the same bluetooth mouse on macOS, so it is not the mouse. I used a Microsoft Bluetooth Mouse (RJN-00002).

This breaks any middle mouse button feature in web apps on iPadOS, like dragging the middle mouse button for pan scrolling.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200406/0cfe58b9/attachment-0001.htm>


More information about the webkit-unassigned mailing list