Closed
Bug 429567
Opened 18 years ago
Closed 18 years ago
'white-space: nowrap' breaks 'overflow: hidden' inside absolute-positioned blocks
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 427782
People
(Reporter: piersh, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
This is a REGRESSION.
inside an absolutely-positioned element, when nowrap content extends beyond the bounds of an 'overflow: hidden' div, the div is incorrectly pushed below adjacent floats.
Reproducible: Always
Steps to Reproduce:
1. navigate to http://piersh.dreamhosters.com/bug1.html
2. shrink the window width so the green box overlaps the text
Actual Results:
the nowrap text in the yellow div is pushed below the green float
Expected Results:
since the yellow div is 'overflow: hidden' the text should not be pushed below the green float
correctly rendered by: firefox 2.x, safari 3.x, IE6,7,8
Updated•18 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Comment 1•18 years ago
|
||
This works correctly in the latest nightly builds.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•