eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.94k stars 2.49k forks source link

Secondary Window in browser not working #13890

Open Lythenas opened 3 months ago

Lythenas commented 3 months ago

Bug Description:

Opening a secondary window in the browser does not work. The window is opened but it stays blank.

In the original browser tab I get the following error:

Uncaught Error: Host is not attached.
    at e.attach (widget.js:913:19)
    at secondary-window-handler.ts:143:20

The console on the opened window shows nothing.

This happens for all views I tried (terminal, editor). In previous version the terminal was working.

Steps to Reproduce:

  1. open an editor tab (or a terminal tab)
  2. click on "Move View to Secondary Window" button
  3. see that window opens but stays blank

I didn't have time for that yet, but I will try to reproduce master. Are there some other information that would be useful to look for?

Additional Information

JonasHelming commented 3 months ago

@tsmaeder