Open
Bug 888257
Opened 13 years ago
Updated 3 years ago
Tables do not break (fragment) in CSS Multi-column Layout
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: buddha-1, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: css3)
Attachments
(1 file)
|
2.94 KB,
text/plain
|
Details |
User Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.15
Steps to reproduce:
http://jsfiddle.net/tikosar/Dnb3g/
CSS multi-column layout doesn't work if a table is with multi-column layout or inside an element with such layout.
Actual results:
The table is displayed in single column.
Expected results:
The number of columns should be 2 (as in other browsers).
Updated•13 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 1•13 years ago
|
||
Yep. The table code can't handle incremental layout after paginating, so tables can't be paginated in non-print contexts. Pretty sure we have existing bugs on that...
Whiteboard: DUPEME
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: DUPEME
Summary: CSS Multi-column Layout does not work with Tables → Tables do not break (fragment) in CSS Multi-column Layout
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•