mediawiki-extensions-Visual.../modules/ve-mw/ui
Roan Kattouw 620e0e21ef Use InputWidget facilities in byte limit counter
* Don't use setTimeout() within a change event, because change fires
  after the text has already changed
* Don't use .$input.val(), use .getValue() instead
* Don't use .placeholder()
** Reaching into .$input is bad
** Any use of .placeholder() is TextInputWidget's responsibility
** All browsers we support also support placeholder natively
* Remove .editSummaryByteLimit from ViewPageTarget, unused
* Remove ve.bind() wrapping, we already have var saveDialog = this;

Change-Id: I380575fec8d02d1191bfc1f3f235b94c64cd23b6
2013-11-25 17:23:35 +00:00
..
dialogs Use InputWidget facilities in byte limit counter 2013-11-25 17:23:35 +00:00
inspectors Fix crash in MWExtensionNode creation mode 2013-11-22 13:03:02 +00:00
styles Fix icon opacities 2013-11-22 13:47:20 +00:00
tools Window refactor 2013-11-08 12:33:25 -08:00
widgets Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
ve.ui.MWDialog.js Window refactor 2013-11-08 12:33:25 -08:00