[Webkit-unassigned] [Bug 9985] New: Focused element doesn't scroll into view properly if inside two levels of "position : absolute"

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 18 05:40:04 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9985

           Summary: Focused element doesn't scroll into view properly if
                    inside two levels of "position : absolute"
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: aapo-bugzilla at starsoft.fi


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.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list