https://bugzilla.wikimedia.org/show_bug.cgi?id=69749
--- Comment #3 from Eran Roz <[email protected]> --- Fixed by triggering manually input event. However oojs-ui should use the widget value to get must up to date value (e.g protype.getValue( return this.widget.val(); ), and not to be based on some cached variable. If it does something smart with the value it can be check that if this.value !=this.widget.val() then it should trigger the function for updating this.value, before actually return the widget value. -- 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
