Bug 225229 - Scrollbars on pointer-events: none element still intercepts events
Summary: Scrollbars on pointer-events: none element still intercepts events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
: 170962 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-04-30 07:58 PDT by Simon Fraser (smfr)
Modified: 2021-09-09 20:27 PDT (History)
12 users (show)

See Also:


Attachments
Patch (5.59 KB, patch)
2021-09-02 20:54 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***