mediawiki-extensions-Visual.../modules/ve-mw/ui/pages
Bartosz Dziewoński b5e430a3fc ve.ui.MWMetaDialog: Wait for each page to set up (especially 'category')
The initial value for the categories field is set asynchronously
(after potentially querying the MediaWiki API about the categories).

This caused the existing categories to "pop in" after the dialog was
opened (if you were on a slow network and it took more than 250ms to
query their information).

Additionally, it caused the "Apply" button to always be enabled if the 
page had any categories on it (since the categories field was still
empty when extractSettings() was executed).

Bug: T207719
Change-Id: I46475a1eead91707edb8efe8cb7221a734818e16
2018-10-30 20:55:43 +01:00
..
ve.ui.MWAdvancedSettingsPage.js ve.ui.MWMetaDialog: Wait for each page to set up (especially 'category') 2018-10-30 20:55:43 +01:00
ve.ui.MWCategoriesPage.js ve.ui.MWMetaDialog: Wait for each page to set up (especially 'category') 2018-10-30 20:55:43 +01:00
ve.ui.MWLanguagesPage.js ve.ui.MWMetaDialog: "Apply changes" is now only enabled after making changes 2018-10-30 19:12:52 +00:00
ve.ui.MWParameterPage.js ui.MWParameterPage: multiline inputs for line if newlines already present 2018-09-12 12:01:03 -05:00
ve.ui.MWParameterPlaceholderPage.js ve.ui.MWParameterPage: Pass $overlay to PopupButtonWidget 2018-04-04 22:45:13 +02:00
ve.ui.MWSettingsPage.js ve.ui.MWMetaDialog: Wait for each page to set up (especially 'category') 2018-10-30 20:55:43 +01:00
ve.ui.MWTemplatePage.js ve.ui.MWParameterPage: Pass $overlay to PopupButtonWidget 2018-04-04 22:45:13 +02:00
ve.ui.MWTemplatePlaceholderPage.js Match width of template lookupMenu to input 2018-08-24 14:22:00 +01:00
ve.ui.MWTemplatesUsedPage.js ve.ui.MWMetaDialog: "Apply changes" is now only enabled after making changes 2018-10-30 19:12:52 +00:00
ve.ui.MWTransclusionContentPage.js Template dialog: Lazy resize multiline text inputs on first focus 2018-08-23 17:34:25 +01:00