Closed
Bug 236745
Opened 22 years ago
Closed 22 years ago
dual monitors mouseover mouseout event BUG ( on secondary monitor )
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 135079
People
(Reporter: luciolep, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.6) Gecko/20040206 Firefox/0.8
when Firefox is displayed on the secondary screen, the onmouseover and
onmouseout event was fired many times without moving out the element who defined
them
Reproducible: Always
Steps to Reproduce:
1.define a <div onmouseout="this.className='monstyle1'"
onmouseover="this.className='monstyle2'">My text</div>
2.define the two styles, one underline, the second text-decoration none;
3.open the page and move firefox's window into the secondary screen
4.Move the mouse over each characters without moving out the DIV
5.do same thing in the primary monitor and see the difference ...
Actual Results:
without going out the DIV, the onmouseout was fired and the text will blink (
french = "scintiller" )
Expected Results:
do the same thing that in the primary display
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 135079 ***
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
•