https://bugzilla.wikimedia.org/show_bug.cgi?id=40131
--- Comment #3 from [email protected] <[email protected]> 2012-09-10 16:37:56 UTC --- (In reply to comment #2) > An event listener (or, following jQuery terminology, an observer) for this > input field could easily fail to catch the relevant text change. Thanks for your translation efforts, I really appreciate this but this is unfortunately going into the wrong direction: You simply can add an event observer for the *"input" javaScript event* (There is an event with the name "input" and according to the W3C it should fire when the contents of a an input e.g. of type "text" has changed, no matter how it was changed. It must not neccessarily fire immediately/ on each key stroke (to e.g. save resources). http://dev.w3.org/html5/spec/common-input-element-apis.html#event-input-input https://developer.mozilla.org/en-US/docs/DOM/DOM_event_reference/input -- 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
