Bug 225229

Summary: Scrollbars on pointer-events: none element still intercepts events
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: UI EventsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, eoconnor, esprehn+autocc, ews-watchlist, fred.wang, glenn, kondapallykalyan, pdr, seriouslyicy, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=170962
Attachments:
Description Flags
Patch none

Description Simon Fraser (smfr) 2021-04-30 07:58:32 PDT
From https://www.w3.org/mid/CAJMBrv-h8J+u_wCn-W6ih7+qn7TrfZdKuQ=s-qaTY6zCB8bwdQ@mail.gmail.com:

On Apr 29, 2021, at 9:02 AM, Craig Kovatch <cromas@gmail.com> wrote:

https://lists.w3.org/Archives/Public/www-style/2013Nov/0338.html

Reviving an 8-year-old thread here :) Was there any consensus reached on this? I don't see `pointer-events` in the CSS-UI-4 spec anymore, and some googling didn't yield an obvious answer as to where it ended up. I am currently observing Safari 14.1 incorrectly intercept a mouseover event on an overflown div with `pointer-events: none; opacity: 0` when the cursor moves over its scrollbar (or where the scrollbar would be if it was not transparent). I can't tell if this is a WebKit bug that I should report, or still an unresolved area wrt the `pointer-events` spec.

-Craig
Comment 1 Radar WebKit Bug Importer 2021-04-30 09:29:52 PDT
<rdar://problem/77386201>
Comment 2 Simon Fraser (smfr) 2021-09-02 20:54:36 PDT
Created attachment 437242 [details]
Patch
Comment 3 EWS 2021-09-03 07:57:49 PDT
Committed r281991 (241298@main): <https://commits.webkit.org/241298@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 437242 [details].
Comment 4 Simon Fraser (smfr) 2021-09-09 20:27:15 PDT
*** Bug 170962 has been marked as a duplicate of this bug. ***