Closed
Bug 298897
Opened 20 years ago
Closed 18 years ago
:hover div {display:block} is not visible with overflow:auto
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: xmlich02, Unassigned)
References
()
Details
(Whiteboard: [needs-testcase])
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1 visibility of div element which is inside other div element should not change according to overflow property of div element which is outside. <div ~ hover> <div ~ sometimes visible sometimes not> any content </div> </div> <div overflow> Reproducible: Always Steps to Reproduce: talking about attached url 1. move cursor to text "test menu" 2. now is one more element visible 3. move cursor down (inside this new element) Actual Results: when position of cursor is on intersection of 'this new element' and other div with overflow:auto - 'this new element' is again invisible Expected Results: element should be visible only according to properties of him self or parents elements (eventualy javascript), not elements outside in msie is it ok.
Comment 1•20 years ago
|
||
*** Bug 298896 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050627 Firefox/1.0+ ID:2005062705 WFM
Comment 3•20 years ago
|
||
This looks like a duplicate of bug 125386 to me. Reporter, can you try this with the latest nightly build? http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/ It is WFM with the latest nightly build.
Comment 4•18 years ago
|
||
Martijn, can you confirm that this is fixed?
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Whiteboard: [needs-testcase]
Comment 5•18 years ago
|
||
I'm marking this worksforme, there is no testcase anymore (I should have attached it to the bug). Anyway, this was most likely fixed by bug 125386, anyway. Reporter, if you could post the testcase again, then we could test it again. Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•