mediawiki-extensions-Visual.../modules/ve-mw/ui
Bartosz Dziewoński 13675e4a81 Fix confusion between #getSetupProcess and #getReadyProcess
The #getReadyProcess method should be used pretty much only to focus
a field inside the dialog after it is opened. It runs after the window
opening animation finishes, so if you add stuff to the window here,
that will be visibly delayed.

The #getSetupProcess method should be used pretty much for everything
else that depends on the opening `data`. It runs before the window
opening animation, so if you add stuff to the window here, it will be
visible while animating it.

Bug: T185944
Change-Id: I71ea5b6e1e1947c1cf8fd749100e854953a8ef3c
2018-07-11 23:47:55 +02:00
..
actions Make save commands only executable when article is saveable 2018-03-22 10:44:30 -05:00
commands doc: Bump copyright year 2018-01-03 17:45:07 +00:00
contextitems Update link contexts with label info from core 2018-06-26 21:16:53 +00:00
datatransferhandlers Add a plain text paste transfer handler for source mode 2018-04-22 12:52:56 -05:00
dialogs Fix confusion between #getSetupProcess and #getReadyProcess 2018-07-11 23:47:55 +02:00
elements Add missing mw-content-(dir) class to MWPreviewElement 2018-05-11 16:59:12 +00:00
inspectors MWLanguageVariantInspector: Use 'title' config option instead of 'iconTitle' 2018-06-14 22:45:18 +00:00
pages ve.ui.MWTemplatePlaceholderPage: Avoid Firefox rendering issue 2018-07-03 20:13:28 +02:00
styles MWWelcomeDialog: Shrink the background image by 1/3 so the CTAs show 2018-07-05 20:04:57 +02:00
themes Update custom styles for format menu after OOUI changes 2018-04-26 01:48:28 +02:00
tools Fix typo in API call for version number help 2018-05-16 10:23:39 +01:00
widgets build: Enable and make pass no-prototype-builtins 2018-07-06 10:58:18 -07:00
ve.ui.MWCommandRegistry.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWExtensionWindow.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWSequenceRegistry.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWSurface.js Create an MWSurface and move langChange handling there 2018-05-07 11:53:23 +01:00
ve.ui.MWWikitextCommandRegistry.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWWikitextDataTransferHandlerFactory.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWWikitextSequenceRegistry.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ui.MWWikitextSurface.js Create an MWSurface and move langChange handling there 2018-05-07 11:53:23 +01:00
ve.ui.MWWikitextTransferRegistry.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00