WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 15546
122214
"column-count" property ignored when printing
https://bugs.webkit.org/show_bug.cgi?id=122214
Summary
"column-count" property ignored when printing
Matt Soria
Reported
2013-10-02 06:21:10 PDT
The "column-count" css property, used with the webkit vendor prefix (-webkit-column-count), seems to be ignored when printing. I think the assumption is being made that the contents of the page being printed would better fit in a single-column layout on a printed sheet of paper, but that is definitely not always the case, and when it's not, it's frustrating that the property is being ignored. I could be way off in my thinking though, but I am trying to achieve this two-column layout for printing as well, and the `column-count` property does a much better job for what I need overall than making the elments `inline-block` and `float:left`. For an example visit this test page I threw together (which has ZERO print-specific styles applied to it) in safari and File>Print to see how the `column-count` property is ignored:
http://mattsoria.com/test/webkit-column-count
Attachments
Add attachment
proposed patch, testcase, etc.
Ian Thomas (thelem)
Comment 1
2017-03-13 05:04:39 PDT
Duplicate of
https://bugs.webkit.org/show_bug.cgi?id=15546
Sam Sneddon [:gsnedders]
Comment 2
2021-03-25 16:41:47 PDT
*** This bug has been marked as a duplicate of
bug 15546
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug