Open
Bug 1277782
Opened 9 years ago
Updated 2 years ago
Wide floated table doesn't wrap onto new line like in other browsers
Categories
(Core :: Layout: Floats, defect)
Tracking
()
NEW
People
(Reporter: mozilla, Unassigned)
References
(Blocks 1 open bug, )
Details
(4 keywords)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36
Steps to reproduce:
Open http://jsfiddle.net/cvrebert/29vLvfLd/show/ in Firefox.
Actual results:
The two `float:left` elements in the example are on the same line.
Expected results:
In Chrome, Safari, and Edge, the 2nd floated element ("Floats only in Firefox") is wrapped onto a new line of its own, and is as wide as its container.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Keywords: testcase
OS: Unspecified → All
Hardware: Unspecified → All
Whiteboard: [parity-chrome][parity-edge][parity-webkit]
Reporter | ||
Comment 2•9 years ago
|
||
Original Bootstrap bug: https://github.com/twbs/bootstrap/issues/19839
Reporter | ||
Updated•8 years ago
|
Blocks: 1230801
See Also: → https://github.com/twbs/bootstrap/issues/19839
Reporter | ||
Updated•8 years ago
|
Has STR: --- → yes
Comment 3•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Whiteboard: [parity-chrome][parity-edge][parity-webkit]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•