Closed
Bug 185924
Opened 23 years ago
Closed 19 years ago
Mouse up and click events fired on an IFRAME even though mouse has been moved outside
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vladimire, Assigned: saari)
References
(Blocks 2 open bugs, )
Details
Mouse up and click events fired on an IFRAME even though mouse has been moved
outside.
To test open the url, hold down a mouse button insde of the iframe, move the
mouse outside the iframe and release the button.
Expected:
i: mousedown
w: mouseup
Actual:
i: mousedown
i: mouseup
i: click
| Reporter | ||
Updated•23 years ago
|
Priority: -- → P3
Comment 1•19 years ago
|
||
Works for me in FF2 beta 1
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•