Event regions need to respect clip-path
https://bugs.webkit.org/show_bug.cgi?id=214367
Summary Event regions need to respect clip-path
Simon Fraser (smfr)
Reported 2020-07-15 11:35:12 PDT
Created attachment 404366 [details] test to drop into editing/editable-region If an element is clipped with the clip-path property, event regions need to respect that; currently, editable regions (which do not rely on clip-path being composited) are wrong for descendants of elements with clip-path. This is important because content uses clip-path to hide descendants from hit-testing (see bug 214362).
Attachments
test to drop into editing/editable-region (786 bytes, text/html)
2020-07-15 11:35 PDT, Simon Fraser (smfr)
no flags
Example with touch-action (1.27 KB, text/html)
2020-07-15 11:52 PDT, Simon Fraser (smfr)
no flags
Radar WebKit Bug Importer
Comment 1 2020-07-15 11:35:40 PDT
Simon Fraser (smfr)
Comment 2 2020-07-15 11:52:32 PDT
Created attachment 404369 [details] Example with touch-action This example shows that the bug can prevent page scrolling.
Bruno Stasse
Comment 3 2021-11-13 07:01:29 PST
The following bug might be related: https://bugs.webkit.org/show_bug.cgi?id=233084
Note You need to log in before you can comment on or make changes to this bug.