[Webkit-unassigned] [Bug 56054] Input[type=range] should step by 1. by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 05:47:30 PDT 2011


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt] [Symbian]              |Input[type=range] should
                   |SMRV_Store_MY_Junk          |step by 1. by default
                   |characters are shown in     |
                   |Credit card billing in the  |
                   |field Card number, Expiry,  |
                   |CSC                         |
                 CC|                            |benjamin at webkit.org




--- Comment #6 from Benjamin Poulain <benjamin at webkit.org>  2011-03-16 05:47:30 PST ---
Given the look of the bug, this is unlikely a WebKit bug. Credit-card numbers should be transfered and used as text literal, not as number.

The specification of input[type=number]: http://dev.w3.org/html5/spec/Overview.html#number-state
mentions "The step scale factor is 1. The default step is 1 (allowing only integers, unless the min attribute has a non-integer value)." So it looks like the step is wrong currently.

I assign that to myself for now, I'll try to have a look soon, otherwise I'll reset the assignee.

I will not implement the expected behavior defined though: "TheFour HW key scrolling must not show the junk characters as the user will trywith that as a first option rather than using touch". Scrolling with those keys is not really a behavior to define in WebKit, you can defined that in the engine or the widget.

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