[Webkit-unassigned] [Bug 41796] Right margin or padding of multicolumn text does not appear when it overflow in the x-direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 14:40:57 PDT 2012


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


Andy E <andy at intelligroup.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy at intelligroup.eu




--- Comment #1 from Andy E <andy at intelligroup.eu>  2012-04-06 14:40:57 PST ---
This poorly described bug report could do with some clarification, so here goes...

I've experienced this problem, too.  When right padding is applied to an element containing columns, webkit adjusts the column distribution to "eat into" the padding.

The issue can be seen more clearly over at http://jsfiddle.net/XLPjV/—apologies for the markup, I had another issue using <span> instead of <a> so I reproduced the problem as it appeared in my live code.  You'll notice that the inner elements should have a gap of 6px (3px per left/right margin), but this isn't the case with the columns, despite having a gap of 0px.  Instead, the gap is increased.

Each container <div> is scrolled all the way to the right, and you'll notice that the <div> with columns has a smaller gap between the last element child and the right border, despite having the same padding value.

I hope that clears this report up a little to be more understandable.

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