Bug 122214

Summary: "column-count" property ignored when printing
Product: WebKit Reporter: Matt Soria <matt.m.soria>
Component: PrintingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: gsnedders, hyatt, ian, jyrno42
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://mattsoria.com/test/webkit-column-count

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
Ian Thomas (thelem)
Comment 1 2017-03-13 05:04:39 PDT
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.