RESOLVED CONFIGURATION CHANGED 9985
Focused element doesn't scroll into view properly if inside two levels of "position : absolute"
https://bugs.webkit.org/show_bug.cgi?id=9985
Summary Focused element doesn't scroll into view properly if inside two levels of "po...
Aapo Laitinen
Reported 2006-07-18 05:40:02 PDT
Place some focusable elements, such as text fields, inside a scrollable element (such as <div style="overflow : auto;">). If you tab into or otherwise focus an element that falls outside the visible area, the element will scroll into view. However, sometimes it is possible for the focused element to remaing outside the visible area. This happends if the focused element is inside an absolutely positioned, scrollable element (such as <div style="position : absolute; overflow : auto;">) and that element inside an another absolutely positioned element (again, <div style="position : absolute;">). The scrollable container will scroll down before necessary and will not scroll up until too late. See the attached testcase for demostration. Tested in nightly r15500 and 2.0.4.
Attachments
testcase (2.33 KB, text/html)
2006-07-18 05:40 PDT, Aapo Laitinen
no flags
Aapo Laitinen
Comment 1 2006-07-18 05:40:40 PDT
Created attachment 9550 [details] testcase
Joost de Valk (AlthA)
Comment 2 2006-07-18 05:46:13 PDT
So the problem is really with scrolling back, confirmed! Good testcase, allthough it's probably hard to automate this one.
mitz
Comment 3 2007-03-15 00:17:29 PDT
I cannot reproduce in TOT.
Note You need to log in before you can comment on or make changes to this bug.