[Webkit-unassigned] [Bug 33165] [Qt] Form field accepts all the input characters in a field restricted for alphabets only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 03:50:36 PDT 2010


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


Petri Ojala <peojala11 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peojala11 at gmail.com




--- Comment #4 from Petri Ojala <peojala11 at gmail.com>  2010-03-17 03:50:36 PST ---

The problem is that a function defined to 'onKeyPress' never gets called. 
(<input type='text' onkeypress='validate(event)' />).

With QtWebKit, InputBox gets its content via InputmethodEvents, not via 
keyevents.

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