mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
eb25116734
* I can't guarantee this fixes T301914. But I suspect the bug can not be triggered any more with this plus If9b6050 in place. * I wasn't able to reproduce the issue locally. But I learned that 1. it's related to the hotkey, and 2. it's because the dialog looses focus, and the focus ends on the VE surface in te background. Pressing Esc there closes VE. That's intended behavior. * I tried to use .trigger( 'click' ), but it doesn't make much of a difference. The only magic check is if the button is disabled. But no visibility checks are done. Bug: T301914 Change-Id: I2f66fc2411144c60cd08baae58452d336b4e9802 |
||
---|---|---|
.. | ||
ve.ui.MWCommandHelpDialog.js | ||
ve.ui.MWConfirmationDialog.js | ||
ve.ui.MWExtensionDialog.js | ||
ve.ui.MWExtensionPreviewDialog.js | ||
ve.ui.MWFloatingHelpDialog.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 |