Bug 34610
Summary: | CSS columns and pagebreaks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonas <jonas> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | bfulgham, ian |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Jonas
Hi,
there is small problem with CSS columns and pagebreaks when printing.
Imagine that these are two pages. Firefox (and common sense) renders pagebreaks in columns like this:
13
24
--
57
68
Webkit renders it like this (which hardly makes sense):
15
26
--
37
48
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian Thomas (thelem)
Duplicate of https://bugs.webkit.org/show_bug.cgi?id=15546
Brent Fulgham
*** This bug has been marked as a duplicate of bug 15546 ***