onMouseOver event doesn't fire when page loads with mouse in area
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
People
(Reporter: mozilla, Unassigned)
References
()
Details
Attachments
(1 file, 1 obsolete file)
959 bytes,
text/html
|
Details |
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment 4•22 years ago
|
||
Reporter | ||
Comment 6•22 years ago
|
||
Comment 7•21 years ago
|
||
Comment 8•20 years ago
|
||
Updated•16 years ago
|
Updated•3 years ago
|
Comment 10•8 months ago
|
||
(In reply to Magnus Kristiansen from comment #8)
Bug is still active in Mozilla 1.7.5
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217The bug (mouseover not happening until you move the mouse) seems like it
could
be somehow related to Bug 252249 (mouseout not happening until you move the
mouse) The testcase shows both mouseout and mouseover events.As mentioned already, when reloading or loading a new page the expected
mouseover on new page never happens. Bug 2522249 suggests it could also
happen
with tab switching. I don't use tabs much, but the bug does happens when
alt-tabbing to a window that covers the current cursor position. This can be
done after a regular mouseover, or before a mouseover by using this very bug
and not moving the cursor before using alt-tab.
- After mouseover, alt-tab out and back: mouseout occurs properly, but no
mouseover happens until I move the cursor (the bug)- After mouseover, alt-tab out, move cursor, back: mouseout and mouseover
occur
properly- Before mouseover, alt-tab out and back: no mouseout (as expected, cannot
happen before mouseover) and no mouseover (the bug)- Before mouseover, alt-tab out, move cursor, back: no mouseout, but
mouseover
when page regains focus (both as expected)The nightly build for Mozilla 1.8b2 also has the bug, as well as another: it
doesn't generate any mouseout events at all when leaving window with alt-tab.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050226
works for me, Win11, Fx 135 nightly.
Description
•