[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:05:33 PDT 2013


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





--- Comment #15 from Roger Fong <roger_fong at apple.com>  2013-05-30 11:04:04 PST ---
(In reply to comment #14)
> (In reply to comment #12)
> > (From update of attachment 203284 [details] [details])
> > -I'd prefer to see the clearLayoutOverflow call in RenderBlock::updateScrollInfoAfterLayout in the !gDelayUpdateScrollInfo and style()->isFlippedBlocksWritingMode() cases and removed from RenderBlock::layout entirely. Keeps all the delayed update logic together.
> 
> Sounds good!
> 

Hmm one concern I have is if anything else needs the layoutOverflowRect between the time we call updateScrolInfoAfterLayout and we exit the RenderBlock::layout. (where it was called before).
Although I guess updateScrollInfoAFTERlayout should imply that all the layout stuff has already happened and we're good to go?

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