[Webkit-unassigned] [Bug 63574] Value of input type range is difficult to change from keyboard when range is much bigger than step
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 13 22:58:02 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63574
--- Comment #3 from Kent Tamura <tkent at chromium.org> 2011-07-13 22:58:02 PST ---
If a slider width is smaller than its value range, a user can't move the thumb to positions for some specific values because one pixel represents multiple values. So, I think the current arrow key behavior is helpful for users to set specific values. However, it's confusing for a user who expects an arrow key moves the thumb.
Introducing new key operations resolves the issue? For example,
Right: move the thumb by at least 1px
Shift + Right: move the thumb by 1 step.
--
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