mediawiki-extensions-Visual.../modules/oojs-ui
Rob Moen f496085017 Account for sanitization changes properly in InputWidget
setValue() doesn't do anything if this.value === value, but with
sanitization it's possible for that to be true while the value in
the DOM is out of sync and needs to be changed.

The fix is to check for this.value changing and the DOM changing
separately.

Change-Id: I5f571445f5729f5477902c155a4ee9588b7194a8
2013-11-19 08:06:05 +00:00
..
elements Make generic localization utility for lang code keyed objects 2013-11-13 14:26:51 -08:00
layouts Add OO.ui.Element.getDir 2013-11-03 23:55:53 -08:00
styles Merge "Add OO.ui.ToggleWidget" 2013-11-13 00:58:19 +00:00
test
toolgroups Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
tools Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
widgets Account for sanitization changes properly in InputWidget 2013-11-19 08:06:05 +00:00
OO.ui.Dialog.js Window refactor 2013-11-08 12:33:25 -08:00
OO.ui.Element.js Add OO.ui.Element.getDir 2013-11-03 23:55:53 -08:00
OO.ui.Frame.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.js Merge "Make generic localization utility for lang code keyed objects" 2013-11-13 22:37:02 +00:00
OO.ui.Layout.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Tool.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Toolbar.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.ToolFactory.js
OO.ui.ToolGroup.js Make tools disable correctly 2013-11-12 12:13:56 -08:00
OO.ui.Widget.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Window.js Window refactor 2013-11-08 12:33:25 -08:00
OO.ui.WindowSet.js Window refactor 2013-11-08 12:33:25 -08:00