Support iframe based editors to reparent into floating windows
#195715
Labels
feature-request
Request for new features or functionality
notebook
webview
Webview issues
workbench-auxwindow
Issues related to use of auxiliary ("floating") windows.
Milestone


With floating windows, users have the desire to move editors out of the main window into the child window. Some of our editors use an absolute positioned
iframeelement that is resized and moved to fit into the editor area it belongs to. This will not work anymore as soon as the editor moves out of the window.I already made a pass and configured currently unsupported editors with the new
AuxWindowUnsupportedcapability.This impacts custom editors as well as notebooks.
Steps to move an editor out to a floating window:
AuxWindowUnsupportedcapability for the editor of choice//cc @Tyriar
The text was updated successfully, but these errors were encountered: