[Webkit-unassigned] [Bug 73348] REGRESSION: Assertion when loading a page with a scrollable RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 14:23:07 PST 2011


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





--- Comment #14 from Beth Dakin <bdakin at apple.com>  2011-12-05 14:23:07 PST ---
(In reply to comment #13)
> (In reply to comment #11)
> > It's wrong to be calling Scrollbar::convertFromContainingView() in the middle of layout, since coordinates are in flux. Maybe we should postpone calls to RenderBlock::updateScrollInfoAfterLayout() until after layout is complete.
> 
> If you look at that stack trace, you can see that this work is happening as a result of code in updateScrollInfoAfterLayout(). the layout state doesn't seem to be popped until after that.

Oh, I just misunderstood you. I see you are saying that updateScrollInfoAfterLayout() itself should maybe be postponed.

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