mediawiki-extensions-Visual.../modules
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
..
ve-mw Fix confusion between #getSetupProcess and #getReadyProcess 2018-07-11 23:47:55 +02:00
ve-mw-collab Show images/descriptions on import's title widget if possible 2018-06-24 19:22:34 +01:00