[Webkit-unassigned] [Bug 34465] DOM events that capture should register to elements that contain a disabled form element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 31 06:06:15 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=34465
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I get following behavior based on test case from Comment 0 changed into JSFiddle below:
Link - https://jsfiddle.net/0ycrkt69/show
** Safari 15.6 on macOS 12.5 **
Click on any where on <div> triggers dialog showing "Clicked" and when you click on portion of disabled <input> within <div>, it also trigger "Clicked" dialog.
NOTE - Separate from bug, the disabled state color in macOS 12.6 is different from other browser and does not show clearly whether it is disabled or not.
** Chrome Canary 106 **
Click on any where on <div> triggers dialog showing "Clicked" and when you click on portion of disabled <input> within <div>, it also trigger "Clicked" dialog.
SAME As Safari
** Firefox Nightly 105 **
Click on any where on <div> triggers dialog showing "Clicked" and when you click on portion of disabled <input> within <div>, it DOES NOT trigger "Clicked" dialog like other browsers.
_________
I am not clear on web-spec but Firefox behavior is different here from other two browsers.
Firefox bug as per Comment 0 is still open but it is deemed to be duplicate of this Mozilla bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=329509
Which indicates that it has been fixed.
_______
Appreciate if someone can mark this bug as "RESOLVED INVALID" or "Web-Spec" bug accordingly. Just wanted to share updated testing results. 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/20220731/2d167f14/attachment-0001.htm>
More information about the webkit-unassigned
mailing list