Closed
Bug 292470
Opened 20 years ago
Closed 20 years ago
Using :hover with overflow: auto produces flashing display
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mihtjel, Unassigned)
References
()
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Sunrabbit/1.0.3 (Firefox/1.0.3 polymorph) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Sunrabbit/1.0.3 (Firefox/1.0.3 polymorph) http://www.daimi.au.dk/~mihtjel/blink.html presents a page with a list and some text, the text in a div with overflow: auto set. The list changes list-style when the cursor hovers using li:hover. Both things are in a float: left div. Letting the cursor run over the list produces a blinking of the text of the div 'b' above the list. A more obvious example is: http://www.daimi.au.dk/~mihtjel/test_overflow.html All three elements of the style in the first example are required for the problem to occur, as shown by: http://www.daimi.au.dk/~mihtjel/noblink1.html http://www.daimi.au.dk/~mihtjel/noblink1.html http://www.daimi.au.dk/~mihtjel/noblink3.html Reproducible: Always Steps to Reproduce: http://www.daimi.au.dk/~mihtjel/blink.html Major components are: A list with changing list-style by li:hover A div with text and overflow: auto set The above in a floating div. Actual Results: Passing the cursor over the list produces a blinking of the contents of the div with overflow:auto set.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
Weird. Kinda looks like it's reflowing every time list-style-type changes...
Component: General → Layout: Block and Inline
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout.block-and-inline
Hardware: PC → All
Version: unspecified → Trunk
Comment 7•20 years ago
|
||
Looks fixed :) It was broken in the April 20 build I had earlier, fixed in April 30.
Comment 8•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050430 Firefox/1.0+ Resolving WFM as per comment 7 and this comment; although I suspect bug 240276 fixed it, I can't be sure.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•