[Webkit-unassigned] [Bug 13373] Premature line break in heading at openclipart.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 14:20:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13373





------- Comment #4 from hyatt at apple.com  2007-04-25 14:20 PDT -------
Ah, I understand.  The width of the positioned block's container has been
computed by the time calcPrefWidths gets called.  That means the padding can
actually respect the width of the containing block.  A nice improvement!

Some interesting observations if we want to fully support this system:
(1) An object with percentage padding actually needs to recompute its min/max
width if the width of its container changes in addition to receiving a
relayout.
(2) A container with percentage padding needs to set relayoutChildren to true
in situations where its contentWidth changes.


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



More information about the webkit-unassigned mailing list