Closed
Bug 391979
Opened 18 years ago
Closed 18 years ago
-moz-column-width in "ch" units triggers "ASSERTION: column-count and column-width can't both be auto"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9beta3
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, css3, testcase)
Attachments
(3 files)
93 bytes,
text/html
|
Details | |
8.18 KB,
patch
|
roc
:
review+
roc
:
superreview+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
4.09 KB,
patch
|
Details | Diff | Splinter Review |
###!!! ASSERTION: column-count and column-width can't both be auto: 'colStyle->mColumnCount > 0', file /Users/jruderman/trunk/mozilla/layout/generic/nsColumnSetFrame.cpp, line 345
Assignee | ||
Comment 1•18 years ago
|
||
Make nsColumnSetFrame deal with 'ch' unit for -moz-column-width/gap.
Assignee: nobody → mats.palmgren
Status: NEW → ASSIGNED
Attachment #293370 -
Flags: superreview?(roc)
Attachment #293370 -
Flags: review?(roc)
Assignee | ||
Updated•18 years ago
|
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #293370 -
Flags: superreview?(roc)
Attachment #293370 -
Flags: superreview+
Attachment #293370 -
Flags: review?(roc)
Attachment #293370 -
Flags: review+
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 293370 [details] [diff] [review]
Patch rev. 1
Low risk. Only affects multi-column layout.
Attachment #293370 -
Flags: approval1.9?
Comment 4•18 years ago
|
||
Comment on attachment 293370 [details] [diff] [review]
Patch rev. 1
a=beltzner for 1.9
Attachment #293370 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 5•18 years ago
|
||
mozilla/layout/generic/nsColumnSetFrame.cpp 3.46
mozilla/layout/reftests/bugs/391979.html 1.3
mozilla/layout/reftests/bugs/391979-ref.html 1.3
mozilla/layout/reftests/bugs/reftest.list 1.308
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M11
You need to log in
before you can comment on or make changes to this bug.
Description
•