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
When OwnedByDockingManagerWindow is set to false, floating windows disappear behind the main window when being dragged.
Repro Steps:
In the TestApp, add <Setter Property="OwnedByDockingManagerWindow" Value="False" /> to the style for the LayoutDocumentFloatingWindowControl or the LayoutAnchorableFloatingWindowControl.
Run the TestApp, and float one of the windows.
Drag it over another window and note that it goes behind the main window and is not visible.
A more complete fix to per-monitor DPI issues #326 changed the ownership of the OverlayWindow. When the floating window is not owned, it is not allowed to be inserted between the OverlayWindow and its owner and is forced behind.
The text was updated successfully, but these errors were encountered:
When
OwnedByDockingManagerWindow
is set to false, floating windows disappear behind the main window when being dragged.Repro Steps:
<Setter Property="OwnedByDockingManagerWindow" Value="False" />
to the style for theLayoutDocumentFloatingWindowControl
or theLayoutAnchorableFloatingWindowControl
.Additional Information
OwnedByDockingManagerWindow
was added in Support minimizing floating windows independently of main window #276 to support minimizing and maximizing floating windows separately from the main window.The text was updated successfully, but these errors were encountered: