Click events doesn't fire for "interactive" elements
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: saschanaz, Unassigned)
References
Details
Attachments
(1 file)
407 bytes,
text/html
|
Details |
- Open the attachment
- Drag from the inside of each element to the outside of it
- See the popup message opens (via
window.onclick
)
Expected: Click events should fire as in WebKit/Blink
Actual: No click events
Being interactive follows HTML but I don't think it requires suppressing click events.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Changing the behavior affects several elements, does it look okay to you or do we have a reason to keep the current behavior?
Comment 2•4 years ago
•
|
||
We changed our model to check interactive elements since that is what Blink did.
And button handling in general was part of that https://bugzilla.mozilla.org/show_bug.cgi?id=1089326
Last time I checked Blink's source code, they had still some special cases for interactive content, but perhaps those have been removed?
Worth to check. (It is after all quite regression risky to change this, if we don't follow the model others have exactly.)
Reporter | ||
Comment 3•4 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
Unassigning myself from inactive bugs.
Description
•