iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Electron: popped-out widget does not re-open when switching frontstages #867

Closed jsnaras closed 1 month ago

jsnaras commented 1 month ago

Describe the bug

Popping out any widget, then switching to another frontstage, and switching back to previous frontstage does not re-open the widget pop out window in Electron.

To Reproduce

  1. Make sure to use reparentPopoutWidgets preview feature in Electron v30.0
  2. Open the default frontstage
  3. Pop out any widget - it opens a pop out window with the widget correctly
  4. Switch to another frontstage - the pop out window from the previous frontstage is closed correctly
  5. Switch back to the default frontstage - no pop out window opens, and the widget tab is not visible anymore

Expected Behavior

Expecting popped-out widgets to re-open automatically on entering a frontstage which previously had popped-out widgets upon exiting.

Screenshots

No response

Desktop (please complete the applicable information)

Additional context

No response