https://bugzilla.wikimedia.org/show_bug.cgi?id=54021
--- Comment #2 from Daniel Werner <[email protected]> --- A fast hack for controllers who want to prevent the enter/esc keys from having an effect on the widget's edit mode can be to simply overwrite the "stopEditing" member of the widget via: $widget.data( 'widgetname' ).stopEditing = function() {}; -- 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
