[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
Thu May 30 11:10:40 PDT 2013


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





--- Comment #16 from Roger Fong <roger_fong at apple.com>  2013-05-30 11:09:11 PST ---
One more thing is that RenderDeprecatedFlexibleBox and RenderGrid both call
layer()->updateScrollInfoAfterLayout();
directly, not via RenderBlock::udpateScrollInfoAfterLayout() ... should I add clearOverflowRect to those as well? Otherwise it'll never be called for those elements right? (unless their scroll info update is delayed)

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