Closed Bug 290146 Opened 20 years ago Closed 9 years ago

overflow: hidden block not wrapped past float when containing block too narrow

Categories

(Core :: Layout: Floats, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 478834
mozilla42

People

(Reporter: ian, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: testcase)

STEPS TO REPRODUCE
1. Have a block of width 2x.
2. Put a float inside it of width x.
3. Put an overflow:hidden block inside the block of width x+1.

EXPECTED RESULTS
   overflow:hidden block under float.

ACTUAL RESULTS
   overflow:hidden block next to float.

TESTCASE
http://www.hixie.ch/tests/adhoc/css/box/float/root-formatting-contexts/001.html
Keywords: testcase
Depends on: 105520
*** Bug 295069 has been marked as a duplicate of this bug. ***
*** Bug 350474 has been marked as a duplicate of this bug. ***
When we check in the fix + tests, we should check "auto" in addition to "hidden" for the overflow value.
OS: Linux → All
I think this has been mostly fixed.  However, this particular testcase still shows the problem, because for some reason the fix isn't working when the replaced element or element with overflow:hidden is at the very top of the block.
Fixed by bug 478834.
Status: NEW → RESOLVED
Closed: 9 years ago
Hardware: x86 → All
Resolution: --- → DUPLICATE
Target Milestone: --- → mozilla42
You need to log in before you can comment on or make changes to this bug.