[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 04:45:42 PDT 2010


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


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
          Component|New Bugs                    |Platform
         AssignedTo|webkit-unassigned at lists.web |webkit-qt-unassigned at trollt
                   |kit.org                     |ech.com
                 CC|                            |jocelyn.turcotte at nokia.com




--- Comment #7 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2010-03-17 04:45:42 PST ---
(In reply to comment #4)
> 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.
It might be possible to call onKeyPress for each char in the string returned
from the input method event, however I guess that this would create other
problems related to onKeyDown and onKeyUp not being called.

What kind of problem would the end user encounter on a real website because of
this limitation?

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