Comment 3 for bug 58693

Revision history for this message
Vojtěch Smejkal (smejky) wrote : Re: keyPress does not work perfectly in browser javascript

There is a problem with specific lattin characters.

You want to write e.g. "latin small letter u with diaeresis" (ü). If you write it directly, it works - you get the keyCode. But if you press "diaeresis" first and then "u", nothing will happen.

Note: When run Firefox in Wine, it works.