[Webkit-unassigned] [Bug 106814] Positioned children of an overflow:visible container should ignore scroll offset when updating layer position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 14:36:59 PST 2013


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





--- Comment #5 from Tien-Ren Chen <trchen at chromium.org>  2013-01-14 14:38:46 PST ---
(In reply to comment #4)
> From the cr bug, this fixes assertions when loading
> http://flightaware.com/live/flight/DLH454/history/20121222/0915Z/EDDF/KSFO

It is probably dependent on viewport size and how do we handle Element::focus(). Somehow Element::focus() calls into RenderLayer::scrollRectToVisible, and it tries to scroll whatever blocks in the container chain.

My opinion is that it would be nice if we also change RenderLayer::clampScrollOffset so it would always return (0, 0) when there is no overflow clip. Does that sounds reasonable to you?

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