https://bugzilla.wikimedia.org/show_bug.cgi?id=69749
Trevor Parscal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Trevor Parscal <[email protected]> --- The problem is actually to do with the fact that the browser isn't emitting events when it should. OOjs UI is listening for the change event. Just use: $input.val( newValue ).trigger( 'change' ); -- 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
