mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
Thiemo Kreuz 663936ab6e Fix calling order in template dialog .getSetupProcess()
This fixes two issues:
1. .initializeAllStickyHeaderHeights() is now executed after the
   .ve-ui-mwTransclusionDialog-single-transclusion CSS class is set.
   This is critical because in this mode the sticky header does
   have a different height.
2. We get rid of 2 references to .sidebar that should not have been
   in this class in the first place.

Also bring some more calls in an order that makes sense. This does
not make a difference and is only for readability.

Bug: T315292
Change-Id: I22f6c11de8f693edb03485adcaa186bd4b283b2f
2022-08-30 14:20:42 +02:00
..
ve.ui.MWCommandHelpDialog.js
ve.ui.MWConfirmationDialog.js Follow naming convention for static methods 2022-01-27 09:12:23 +01:00
ve.ui.MWExtensionDialog.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWExtensionPreviewDialog.js Increase default debounce of live extension inspector/dialog to 1000ms 2022-07-14 17:14:37 +01:00
ve.ui.MWFloatingHelpDialog.js Document some classes touched in the sidebar rewrite 2022-07-12 12:49:31 +02:00
ve.ui.MWGalleryDialog.js ve.ui.MWGalleryDialog: Fix "Alternative text" not being readonly sometimes 2022-07-26 21:50:19 +02:00
ve.ui.MWMediaDialog.js Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
ve.ui.MWMetaDialog.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWMobileSaveDialog.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWPreDialog.js
ve.ui.MWRequiredParamBlankConfirmDialog.js
ve.ui.MWSaveDialog.js Wikitext mode: Use action=parse for preview 2022-07-12 17:12:06 +01:00
ve.ui.MWTableDialog.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWTemplateDialog.js Fix calling order in template dialog .getSetupProcess() 2022-08-30 14:20:42 +02:00
ve.ui.MWTransclusionDialog.js Fix calling order in template dialog .getSetupProcess() 2022-08-30 14:20:42 +02:00