[Webkit-unassigned] [Bug 200884] New: [Pointer Events] Interacting with a nested frame may pan whole document even with `pointer-events: none`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 03:27:55 PDT 2019


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

            Bug ID: 200884
           Summary: [Pointer Events] Interacting with a nested frame may
                    pan whole document even with `pointer-events: none`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com

Created attachment 376679

  --> https://bugs.webkit.org/attachment.cgi?id=376679&action=review

Test case

As of r248819 (fix for https://bugs.webkit.org/show_bug.cgi?id=200204) we now correctly reset the touch-action property when crossing frame boundaries. However, if you interact with a frame, its touch-action setting might clash with the one set with the parent frame. For instance, with the attached test case, panning with a downward gesture will scroll the outer document even though it has `touch-action: none` set.

-- 
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/20190819/d3915bec/attachment.html>


More information about the webkit-unassigned mailing list