[Webkit-unassigned] [Bug 194813] New: [iOS] Correctly handle overlapping regions for elements with a touch-action property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 01:55:40 PST 2019


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

            Bug ID: 194813
           Summary: [iOS] Correctly handle overlapping regions for
                    elements with a touch-action property
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com

The code we currently use to gather regions for elements with touch-action set on them is very basic and does not account for any element that might overlap it. For instance, having "touch-action: none" on an element and having another element overlap in a different hierarchy means the other element is also treated to have "touch-action: none".

-- 
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/20190219/f067a63e/attachment-0001.html>


More information about the webkit-unassigned mailing list