[Webkit-unassigned] [Bug 9267] Quirksmode: Handler for event target is executed during the capture phase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 07:40:17 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=9267
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #5 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am getting following behavior across all browsers based on attached test case:
*** Safari 15.5 on macOS 12.4 ***
-> <div> capture dialog
-> Error dialog [paragraph capture]
-> paragraph bubble dialog
-> <div> bubble dialog
*** Chrome Canary 105 on macOS 12.4 *** (matches with Safari 15.5)
-> <div> capture dialog
-> Error dialog [paragraph capture]
-> paragraph bubble dialog
-> <div> bubble dialog
*** Firefox Nightly on macOS 12.4 ***
-> <div> capture dialog
-> paragraph bubble dialog
-> Error dialog [paragraph capture]
-> <div> bubble dialog
I am not clear on what is expected behavior but since it is raised to match Firefox behavior, which is still not the case. I think it is still reproducible. Thanks!
--
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/20220712/83baac4e/attachment.htm>
More information about the webkit-unassigned
mailing list