[Webkit-unassigned] [Bug 116401] overflow does not work on multicol containers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 19 23:08:04 PDT 2013


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





--- Comment #4 from Philippe Wittenbergh <phiw at l-c-n.com>  2013-05-19 23:06:32 PST ---
Created an attachment (id=202260)
 --> (https://bugs.webkit.org/attachment.cgi?id=202260&action=review)
test case

Test case per comment 3
In all 3 boxes the headline has a negative left margin.
The first box uses column-span: all; (and prefixed) and works correctly.
The second and third box clip the headline (white-space: nowrap to force overflow). WebKit (r150358) clips the headline on both sides, while Opera 12.1 and IE 10 show the left part of the headline 'out of the box'.

Adding overflow: visible (as in Lea's test case) makes no difference; with overflow: auto, Opera 12.1, IE 10 and WebKit agree on the rendering.

-- 
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