[Webkit-unassigned] [Bug 122214] New: "column-count" property ignored when printing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 2 06:22:14 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122214

           Summary: "column-count" property ignored when printing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.mattsoria.com
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matt.m.soria at gmail.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list