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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 10:28:50 PDT 2011


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #8 from Benjamin Poulain <benjamin at webkit.org>  2011-03-16 10:28:50 PST ---
This is working with trunk. That might have been fixed by https://bugs.webkit.org/show_bug.cgi?id=42076 or a patch before that.

My advice is to fix this in your widget by intercepting key events, and call preventDefault(). Even if you got trunk, the behavior you would get is not useful for a credit card number input.

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