mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
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
..
ve.ui.MWBetaWelcomeDialog.js Pass the mw.user directly into {{GENDER:}} 2013-11-20 10:51:32 +00:00
ve.ui.MWMediaEditDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWMediaInsertDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWMetaDialog.js doc: Fix existing violations detected by JSDuck 5 2013-11-19 16:10:25 +05:30
ve.ui.MWReferenceDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWReferenceListDialog.js Window refactor 2013-11-08 12:33:25 -08:00
ve.ui.MWSaveDialog.js Use InputWidget facilities in byte limit counter 2013-11-25 17:23:35 +00:00
ve.ui.MWTransclusionDialog.js Window refactor 2013-11-08 12:33:25 -08:00