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
In an Electron app, when a measurement widget is active and popped out and the user navigates away from a page that contains the ConfigurableUiContent component, the popped out widget is not deinitialized properly and causes a crash.
To Reproduce
Prerequisites: 2 separate "pages" in the app, one of them having the ConfigurableUiContent and another one without it; measurement tools available.
Open the page with ConfigurableUiContent, activate a measurement tool, select target, observe docked measurement tool result viewport working correctly
Pop out the newly opened measurement viewport
Navigate away from the page (to the one not containing ConfigurableUiContent), the popped out widget closes (as expected)
Navigate back to the page with ConfigurableUiContent, the app crashes with an assertion error
Expected Behavior
The popped out measurement widget window is closed correctly when unmounting ConfigurableUiContent and does not crash when re-entering ConfigurableUiContent
Screenshots
No response
Desktop (please complete the applicable information)
OS: Windows 11
Browser: Chromium (Electron)
Browser version: 124.0.6367.49
iTwin.js AppUI version: 4.14.2
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In an Electron app, when a measurement widget is active and popped out and the user navigates away from a page that contains the
ConfigurableUiContent
component, the popped out widget is not deinitialized properly and causes a crash.To Reproduce
Prerequisites: 2 separate "pages" in the app, one of them having the
ConfigurableUiContent
and another one without it; measurement tools available.ConfigurableUiContent
, activate a measurement tool, select target, observe docked measurement tool result viewport working correctlyConfigurableUiContent
), the popped out widget closes (as expected)ConfigurableUiContent
, the app crashes with an assertion errorExpected Behavior
The popped out measurement widget window is closed correctly when unmounting
ConfigurableUiContent
and does not crash when re-enteringConfigurableUiContent
Screenshots
No response
Desktop (please complete the applicable information)
Additional context
No response
The text was updated successfully, but these errors were encountered: