mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
620e0e21ef
* 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 |
||
---|---|---|
.. | ||
ve.ui.MWBetaWelcomeDialog.js | ||
ve.ui.MWMediaEditDialog.js | ||
ve.ui.MWMediaInsertDialog.js | ||
ve.ui.MWMetaDialog.js | ||
ve.ui.MWReferenceDialog.js | ||
ve.ui.MWReferenceListDialog.js | ||
ve.ui.MWSaveDialog.js | ||
ve.ui.MWTransclusionDialog.js |