[Webkit-unassigned] [Bug 52262] New: More keybindings for input[type=range]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 16:23:10 PST 2011


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

           Summary: More keybindings for input[type=range]
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: tkent at chromium.org


At least on Windows the following keys should modify the input type=range element.

For horizontal slider:

Home => value = min
End => value = max
Page-Up => value -= big step
Page-Down => value += big step
Left => value -= step
Right => value += step
Up => value -= step
Down => value += step

For vertical sliders this is flipped since min is at the bottom.

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