https://bugzilla.wikimedia.org/show_bug.cgi?id=38896
--- Comment #2 from Brion Vibber <[email protected]> 2012-08-01 21:35:05 UTC --- Making a stub app seems inconsistent... with HTML/JS at http://leuksman.com/misc/key.html * Nexus One 2.3.6 -- browser - keydown+keypress+keyup -- app - keydown+keypress+keyup * Galaxy Nexus 4.0.4 -- browser - keydown+keypress+keyup -- app - keydown+keypress+keyup * Nexus 7 tablet 4.1.1 -- browser - n/a (no classic Browser app to test with) -- app - keydown+keypress (no keyup) I think we *should* get a keyup event, but I just wouldn't trust it. Virtual keyboard input is wonky. :P I'd say either go with 'keypress' or even 'input' event... 'input' appears to fire when pasting as well, yay! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
