[Webkit-unassigned] [Bug 116689] Regression(r145959) Convert <select> to new flex box causes strange positioning problems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 16:54:32 PDT 2013


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


Roger Fong <roger_fong at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203638|0                           |1
        is obsolete|                            |
 Attachment #203741|                            |review?
               Flag|                            |




--- Comment #29 from Roger Fong <roger_fong at apple.com>  2013-06-04 16:53:04 PST ---
Created an attachment (id=203741)
 --> (https://bugs.webkit.org/attachment.cgi?id=203741&action=review)
safer patch

This patch is safer. It moves clearLayoutOverflow back to layout() so that the only time it's called at a different time is when finishdelayedscrolling is called.
Thus clearLayoutOverflow will never get called earlier than its supposed to be.

The delayed logic is a little more spread out because of this but it's at least still all in RenderBlock :).

In addition, I ran the failing test and it does not fail locally, which apparently doesn't mean much to the bots, but it's something.

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