mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
74332f7a21
Previously we had a defaultSortKeyChanged value that lied - it was possible for the value to be changed A -> B -> A by the user mid- edit. However, the meta dialog assumed that defaultSortKeyChanged wasn't lying, so blindly changed the meta item to the new value, causing an unnecessary meta change if the user had done a no-op. Now the value is renamed to defaultSortKeyTouched, and we actually detect for content changes, and only change the meta item if a change is actually needed (be that a removal, a replacement, or an insertion). Change-Id: I13022090bd7561a460a1151013e2b7d2a029f4dd |
||
---|---|---|
.. | ||
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 |