You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the previewmini-browser editor is used to view an image, clicking within the editor does not set the focus to the entire editor which results in odd behaviors such as the inability to open the quick-command-palette to perform actions. Instead, like the preview for markdown, selecting within the editor should set the focus to the editor itself.
I think we need iframe widget, which handles typical iframe issues and particularly can forward focus/blur events to the host window from iframe window. MiniBrowser and WebView should be reimplemented by using it.
Description
Currently, when the
preview
mini-browser
editor is used to view an image, clicking within the editor does not set the focus to the entire editor which results in odd behaviors such as the inability to open thequick-command-palette
to perform actions. Instead, like the preview for markdown, selecting within the editor should set the focus to the editor itself.Steps to Reproduce
svg
file as a preview.svg
file.quick-commands
(F1)Additional Info
Theia c02c6e2
Ubuntu 16.04
Chrome v74.0.3729.6
The text was updated successfully, but these errors were encountered: