[Webkit-unassigned] [Bug 32667] upperCaseKeypress javascript making forms unusable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 20 13:50:06 PST 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Severity|Blocker                     |Normal
          Component|Forms                       |Evangelism
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-12-20 13:50:06 PST ---
The function has a lot of branches for different browsers. For WebKit, it does
basically the following:

window.event.keyCode = <new code>;
window.event.preventDefault();
return true;

I don't think changing event.keyCode would have had any effect in WebKit. But
the preventDefault call is what blocks typing.

Firefox takes an entirely different code path. I don't think we can reasonably
make this function work, so moving to Evangelism.

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