Open
Bug 466835
Opened 16 years ago
Updated 2 years ago
float within nowrap ==> content outside of viewport (wrong width of containing element)
Categories
(Core :: Layout: Floats, defect)
Tracking
()
NEW
People
(Reporter: s.a.moeller, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b2pre) Gecko/20081116 SeaMonkey/2.0a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Having a floating element next to a normal positioned element inside a container with white-space:nowrap, the normal positioned element gets shifted out of the viewport.
Reproducible: Always
Steps to Reproduce:
See attached testcase.
Reporter | ||
Comment 1•16 years ago
|
||
Reporter | ||
Comment 2•16 years ago
|
||
Reporter | ||
Comment 3•16 years ago
|
||
Reporter | ||
Updated•16 years ago
|
Comment 4•16 years ago
|
||
This is a regression from Bug 300030.
Comment 5•16 years ago
|
||
I think this is the same as bug 441400. The case referred to there doesn't have the container floating like this case but looks the same otherwise.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Similar result with
position:absolute; right:0;
instead of
float: right;
Probably related with bug 349255.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Do other browsers (e.g., Safari, Opera) match the Firefox 2 layout, the Firefox 3 layout, or do they put one below the other?
Flags: wanted1.9.1?
Flags: wanted1.9.1-
Flags: blocking1.9.1-
Updated•16 years ago
|
QA Contact: general → layout.floats
Comment 9•16 years ago
|
||
Webkit nightly does the same as Fx3
Opera 10 does the same as Fx2
Comment 10•9 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; rv:46.0) Gecko/20100101 Firefox/46.0
Mozilla/5.0 (Windows NT 10.0; rv:49.0) Gecko/20100101 Firefox/49.0
I have tested your issue on latest FF release (v. 46.0), latest Nightly build (49.0) and managed to reproduce it.
Reproducible also on: Chrome and IE
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•