[Webkit-unassigned] [Bug 18939] In some float situations, the original layout is wrong and only corrects itself on repaint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 05:11:53 PDT 2011


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


Tab Atkins <tabatkins at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Label padding flaw          |In some float situations,
                   |                            |the original layout is
                   |                            |wrong and only corrects
                   |                            |itself on repaint
             Status|UNCONFIRMED                 |NEW
                 CC|                            |tabatkins at google.com
     Ever Confirmed|0                           |1




--- Comment #5 from Tab Atkins <tabatkins at google.com>  2011-10-20 05:11:54 PST ---
The behavior that you get after clicking the label is correct - that's the layout that you *should* have, given the particular size and positioning of floats in your testcase.  

The fact that we start out with a different layout (the one you want) is a mistake.  Clicking the label just triggers a repaint which then, for some reason, makes it lay out correctly.

I'm marking this as a valid bug, but altering the title to accurately reflect what's wrong.

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