[Webkit-unassigned] [Bug 23163] New: suppress scrolling in Element::updateFocusAppearance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 07:33:26 PST 2009


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

           Summary: suppress scrolling in Element::updateFocusAppearance
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: caryclark at google.com
 BugsThisDependsOn: 23145


A device with a directional pad may set the focus while navigating, to allow
javascript to modify the DOM as appropriate. The same directional pad may
navigate by scrolling -- and there's no way to know if the user intended to
move the focus or scroll. 

On the desktop, changing the focus also attempts to scroll the focused element
into view. This is undesirable for devices that use a directional pad for
navigation.

(patch depends on 23145 for the definition of
ENABLE_DIRECTIONAL_PAD_NAVIGATION)


-- 
Configure bugmail: https://bugs.webkit.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