https://bugzilla.wikimedia.org/show_bug.cgi?id=40131
--- Comment #9 from Rainer Rillke @commons.wikimedia.org (user of a WMF wiki); Using latest Firefox release if not otherwise noted. <[email protected]> 2012-09-14 07:49:09 UTC --- In older browsers you could do it like you did it before (.bind('keyup change mousedown mouseup paste -and-the-like-')) in newer browsers "input" event covers all your needs. http://danielfriesen.name/blog/2010/02/16/html5-browser-maze-oninput-support/ Of course I would support if we would have a module in MW-core that would do what do what https://github.com/nottrobin/jQuery-html5fixes-plugin/blob/master/jquery.html5fixes.js is aimed to do (not testet, see section "// Create "input" event for browsers that don't support it."). -- 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
