-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: secondary window cannot be reopened after closing it #13214
Comments
Note that the window remains open in the "SecondaryWindow" section in the "Open Editors" view. When clicking the close button in the "Open Editors" view, the file can be opened again. |
@tsmaeder |
@vladarama this is definitely a bug. |
@tsmaeder Just a reminder of this, it might play a role in your current work on detachable editors!? |
Turns out we just never call |
- Refactored to close widget upon browser-case close windows - Seems 'close' event is no longer fired in browser case. Using 'unload' Fixes eclipse-theia#13214 Contributred on behalf of STMicroelectronics. Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
- Refactored to close widget upon browser-case window close - Seems 'close' event is no longer fired in browser case. Using 'unload' Fixes #13214 Contributred on behalf of STMicroelectronics. Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Bug Description:
In the browser application, we cannot reopen the same secondary window after closing it. The only way to reopen the file is to reload the application. Note: this bug is only present on the browser app, the electron app works well.
Demo:
Steps to Reproduce:
drawio
extension.test.drawio
file and open the file.test.drawio
, it will not open.Additional Information
The text was updated successfully, but these errors were encountered: