mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
Roan Kattouw 45b17da937 Don't use search widget emptiness as a proxy for "no reusable references"
This works the first time the dialog is opened, but if the user types
a value into the search widget that yields 0 results, then closes
and reopens the dialog, that value will persist and the search widget
will still be empty, so we'll wrongly disable the "Use existing reference"
button.

Instead, check what we're actually interested in directly: whether
the index of reusable references is empty.

Bug: 61960
Change-Id: If4bf6ced7dc3af643f602c07f3142a0e637a3247
2014-03-19 22:46:04 -07:00
..
ve.ui.MWBetaWelcomeDialog.js Update constructors of inspectors and dialogs as per changes in I345d6e6 2014-03-05 17:07:20 -08:00
ve.ui.MWCommandHelpDialog.js Update constructors of inspectors and dialogs as per changes in I345d6e6 2014-03-05 17:07:20 -08:00
ve.ui.MWMediaEditDialog.js Re-sync toolbarGroups for MWMediaEdit and MWReference dialogs 2014-03-14 17:01:44 -07:00
ve.ui.MWMediaInsertDialog.js Remove commented-out, now-confirmed-as-wrong wrong image insertion code 2014-03-17 11:55:56 -07:00
ve.ui.MWMetaDialog.js Update constructors of inspectors and dialogs as per changes in I345d6e6 2014-03-05 17:07:20 -08:00
ve.ui.MWReferenceDialog.js Don't use search widget emptiness as a proxy for "no reusable references" 2014-03-19 22:46:04 -07:00
ve.ui.MWReferenceListDialog.js Make references list dialog small, and vary 'insert' vs. 'apply' button text 2014-03-12 17:01:03 -07:00
ve.ui.MWSaveDialog.js Actually make the save dialog grow when showing a diff 2014-03-12 17:31:02 -07:00
ve.ui.MWTransclusionDialog.js Keep label and disabled state of transclusion dialog apply button in sync 2014-03-12 14:56:26 -07:00