Closed
Bug 733691
Opened 13 years ago
Closed 13 years ago
CSS overflow multi-column behaviour
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 733614
People
(Reporter: post, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:13.0) Gecko/20120304 Firefox/13.0a1
Build ID: 20120304214453
Steps to reproduce:
Given the case that I have an element inside an element with a defined width, e.g. something like this:
<div style="width:960px; overflow:scroll">
<div style="column-width:280px; height:600px;">Lorem ipsum....more text here...</div>
</div>
Actual results:
Firefox 13.0a1 shows 3 elements horizontally and breaks the element after the third column, so instead of scrolling horizontally You have to scroll down.
Expected results:
I would expect that that all columns are horizontally arranged on beside each other. This is what happens in firefox 3.6, Opera or with webkit.
Comment 1•13 years ago
|
||
Dup Bug 733614 ?
Yes, it's a dupe of Bug 733614.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•