mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
ff9f8a9e2d
Clicks on the left side now focus elements on the right side. This patch also simplifies the …ContainerWidget constructor. The config parameter should only be used for "OOUI things" that are needed by subclasses and mixins. But the parameters we have here are not "UI things". Passing them as config passes them to classes where we don't know what they do with it. What probably happens is that some class keeps a reference to the entire config object, which doesn't have a benefit and possibly blocks garbage collection. Bug: T274544 Change-Id: I0c0e4a1ba59dcb43141338ffe939c9c6783e000d |
||
---|---|---|
.. | ||
ve.ui.MWCommandHelpDialog.js | ||
ve.ui.MWExtensionDialog.js | ||
ve.ui.MWExtensionPreviewDialog.js | ||
ve.ui.MWGalleryDialog.js | ||
ve.ui.MWMediaDialog.js | ||
ve.ui.MWMetaDialog.js | ||
ve.ui.MWMobileSaveDialog.js | ||
ve.ui.MWPreDialog.js | ||
ve.ui.MWRequiredParamBlankConfirmDialog.js | ||
ve.ui.MWSaveDialog.js | ||
ve.ui.MWTableDialog.js | ||
ve.ui.MWTemplateDialog.js | ||
ve.ui.MWTransclusionDialog.js |