Closed Bug 192722 Opened 22 years ago Closed 22 years ago

Moving mouse inside of the div causes incorrect border display

Categories

(Core :: XBL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 53007

People

(Reporter: verbatim73, Assigned: hyatt)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210

http://www.mozilla.org/projects/xbl/test2/test.html

In the div at the bottom of this page (containing copyright, last modified,
etc), if you put the mouse cursor inside and move it in any direction (without
exiting the div), the box will flash between a red and blue border.  When you
stop moving, it will stay either on the mouseover or non-mouseover border, and
you can change it apparently by moving in very small increments.  The text also
flashes to another font and back.

Reproducible: Always

Steps to Reproduce:
1. open http://www.mozilla.org/projects/xbl/test2/test.html
2. put mouse cursor inside of lower div box at bottom of page
3. move mouse around (flashing)
4. stop moving cursor and move about 1 pixel at a time

Actual Results:  
Box border flashed between the non-mouseover border (red) and the mouseover
border (blue) when moving, or did not display correct border when stopped.

Expected Results:  
Border should stay blue with cursor inside the box and red when outside.
Yes, source of this trouble is incorrect css style:

<style>
DIV { something
}

div[rollover] { something
}

and copyright nested in div to. So this css affect this one too.
Status: UNCONFIRMED → NEW
Ever confirmed: true

*** This bug has been marked as a duplicate of 53007 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.