[Webkit-unassigned] [Bug 42076] Keyboard operations for <input type=number>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 16:35:08 PDT 2010


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





--- Comment #3 from Kent Tamura <tkent at chromium.org>  2010-07-15 16:35:08 PST ---
(In reply to comment #2)
> Just curious, this does not seem to cover non latin numbers (try Japanese for example).

Right. The number type of HTML5 accepts only ASCII digits.
We should implement conversion from non-ASCII digits to HTML5 number in the future, and change the key input restriction too.

> Another common behavior of number inputs is that the increment increases if the user holds down the up/down key for a while, making it easier to make big changes.

It works with this patch.

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