RESOLVED FIXED 233084
Scroll through content hidden with clip-path does not propagate below
https://bugs.webkit.org/show_bug.cgi?id=233084
Summary Scroll through content hidden with clip-path does not propagate below
Bruno Stasse
Reported 2021-11-13 06:57:25 PST
Created attachment 444137 [details] testcase When clip-path is applied to an element, the content below the clipped part of the element cannot be scrolled, instead nothing happens. See the attachment. Scrolling below the purple square should trigger scroll underneath, but nothing happens. Note that other events (CSS hover and click) seem to work fine.
Attachments
testcase (1.78 KB, text/html)
2021-11-13 06:57 PST, Bruno Stasse
no flags
Simon Fraser (smfr)
Comment 1 2021-11-15 14:35:51 PST
This might be bug 214367
Radar WebKit Bug Importer
Comment 2 2021-11-20 06:58:26 PST
Bruno Stasse
Comment 3 2023-01-20 03:30:05 PST
Is there any update on this? This is a pretty bad bug and a substantial issue for me.
Simon Fraser (smfr)
Comment 4 2023-01-20 14:32:26 PST
Satoshi Onoda
Comment 5 2023-01-22 20:39:20 PST
@Bruno Stasse I've encountered exactly the same problem and found a strange solution. Adding a wheel event to the clipped element somehow solves this. https://codepen.io/satoshionoda/pen/yLqvXrW I suppose this is quite hacky but can be used until this bug is completely solved.
Simon Fraser (smfr)
Comment 6 2023-01-23 11:25:29 PST
(In reply to Satoshi Onoda from comment #5) > @Bruno Stasse > > I've encountered exactly the same problem and found a strange solution. > Adding a wheel event to the clipped element somehow solves this. > > https://codepen.io/satoshionoda/pen/yLqvXrW > > I suppose this is quite hacky but can be used until this bug is completely > solved. That makes sense because wheel event handlers kick WebKit off of the fast path.
Bruno Stasse
Comment 7 2023-01-24 03:13:56 PST
Ha that's quite interesting, thank you Satoshi Onoda! Unfortunately I need it to work on iOS, and there is no wheel events there so it doesn't work. If anyone has another workaround for iOS it would be very much welcome.
EWS
Comment 8 2023-01-25 09:46:29 PST
Committed 259368@main (96deabf28dd0): <https://commits.webkit.org/259368@main> Reviewed commits have been landed. Closing PR #8896 and removing active labels.
Bruno Stasse
Comment 9 2023-01-25 10:14:27 PST
Thank you for the fix!
Note You need to log in before you can comment on or make changes to this bug.