[Webkit-unassigned] [Bug 112207] overflow:ellipsis element not getting relayouted when the contents of it's float sibling changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 11:57:20 PDT 2013


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





--- Comment #5 from Ojan Vafai <ojan at chromium.org>  2013-03-14 11:59:46 PST ---
So, the problem here is that we don't mark blocks that avoided a float for layout when the float shrinks it's height. It seems to me that we need to keep a bit as to whether a block avoided floats and always mark those blocks as needing layout in layoutBlockChild. We can't just keep the previous float logical bottom to figure it out later because the height of one of the block's parents could change in a way that the block is below the previous float logical bottom.

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