[Webkit-unassigned] [Bug 80534] [GTK] fast/events/autoscroll-in-textfield fails since r110072

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 10:26:13 PDT 2012


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





--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2012-04-03 10:26:14 PST ---
(In reply to comment #2)
> Would you have any advice on where to break in gdb? I'm not very familiar with the scroll code :(

A failing tree dump would be super helpful regardless of debugging.

That said, my theory is that we don't allocate the layer as we should. To confirm that, you could break into RenderBox::scrollLeft - as this is called from the test page - and check that hasOverflowClipWithLayer() is true. If it isn't, I would dive into RenderBlock::addOverflowFromChildren and see why RenderBox::addLayoutOverflow doesn't allocate the layer.

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