Closed
Bug 1417324
Opened 7 years ago
Closed 5 years ago
css multi-column layout intially overflows below the first column, not beside it as expected
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1420528
People
(Reporter: adrs2002, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
see jsbin
https://jsbin.com/qilolicoru/1/edit?html,css,output
I use css [ overflow-wrap: break-word; ] + [ column-count: 1; ]
Actual results:
1. first view, text are grew in lengthwise direction ( like unable css multi-column layout )
2. window resized, text are grew laterally (This is as expected)
Expected results:
Text are grew laterally first view.
Updated•7 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Loading "Testcase #1" from Bugzilla causes a second reflow for some reason,
but loading it locally should reproduce it better.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Unspecified → All
Hardware: Unspecified → All
Summary: css multi-column layout unable first view → css multi-column layout intially overflows below the first column, not beside it as expected
Updated•7 years ago
|
Priority: -- → P3
Comment 3•5 years ago
|
||
Mozregression discovers bug 1420528 fixes this.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•