Closed
Bug 169461
Opened 22 years ago
Closed 22 years ago
mouseover events are triggered by simple text
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 103055
People
(Reporter: s.a.moeller, Assigned: joki)
Details
Attachments
(1 file)
1.17 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
If you specify an onMouseover, onMouseout, etc. event handler for an element,
those events are not only triggered when the mouse moves over the element's
boundaries, but also when the mouse moves over the text inside that element.
(Which is wrong IMHO. At least all other browsers don't show this behaviour.)
Reproducible: Always
Steps to Reproduce:
(see attachment)
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
dupe of "onmouseout event fired incorrectly, moving mouse over text counted as
onmouseout"
*** This bug has been marked as a duplicate of 103055 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•