https://bugzilla.wikimedia.org/show_bug.cgi?id=29804

--- Comment #1 from Brion Vibber <[email protected]> 2011-07-11 17:56:01 UTC 
---
r91891 fixes these test cases:
* take the char code and run it through jquery.byteLength instead of hardcoding
3 (keypress gets char codes, not keycodes)
* fix for one test case that expected 10 chars but actually gets 12

Unknowns:
* how does any of this interact with native OS input methods?
* does any of this work with Narayam JS input method?
* how does keypress handle non-BOM characters? Are they reported as two events
with surrogate pairs? If so this may.... explode horribly with them. ;)
* in general this keypress technique fails to handle paste and won't properly
handle text selection replacement etc.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to