mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
Thiemo Kreuz 21ab6bc5f6 Fix Ctrl+D and Ctrl+Shift+Y hotkeys to add parts
Same issue as in the previous patch, but less intrusive. It was always
possible to add a new part, but it was often inserted at the wrong
position. It worked only as intended when a top-level part was
selected. When a parameter was selected, the new part was always
appended to the very end of the transclusion, not after the selected
template.

This is now a little bit of duplicate code. We might extract this to
a method in a later patch.

Bug: T313388
Change-Id: I1327222969d1d315bdacf3998f366d88c4c26bd5
2022-07-22 15:25:59 +02:00
..
ve.ui.MWCommandHelpDialog.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
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 Gallery image: Use thumbUrl if src is not set (new images) 2022-07-01 13:14:03 +01: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 doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWRequiredParamBlankConfirmDialog.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
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 Simplify interface to remove pages 2022-07-18 05:31:42 +00:00
ve.ui.MWTransclusionDialog.js Fix Ctrl+D and Ctrl+Shift+Y hotkeys to add parts 2022-07-22 15:25:59 +02:00