Open
Bug 211764
Opened 22 years ago
Updated 3 years ago
An overflowed hidden float behaves inconsistently
Categories
(Core :: Layout: Floats, defect, P3)
Core
Layout: Floats
Tracking
()
NEW
Future
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
|
1.42 KB,
text/html
|
Details |
An overflowed hidden float behaves inconsistently.
This seems to occur when the parent height is *exactly* the height of
the normal flow children. Making the normal flow child overflow by 1px
produces a different result.
REPEAT BY:
1. load testcase
ACTUAL BEHAVIOUR:
In "Example 1" the text flows around the hidden float.
In "Example 2" it does not.
EXPECTED BEHAVIOUR:
"Example 1" and "Example 2" should look the same.
PLATFORM AND BUILDS TESTED:
Bug occurs in Mozilla nightly trunk build 2003-07-03-22 on Linux
Bug occurs in Mozilla 1.0.2 on Linux
| Reporter | ||
Comment 1•22 years ago
|
||
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
| Reporter | ||
Comment 3•22 years ago
|
||
First testcase wfm after the recent 'hidden'/'-moz-hidden-unscrollable' change.
Problem still occurs for '-moz-hidden-unscrollable' though.
Attachment #127073 -
Attachment is obsolete: true
Updated•16 years ago
|
Assignee: layout.floats → nobody
QA Contact: ian → layout.floats
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•