-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
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 theLayoutDocumentFloatingWindowControlor theLayoutAnchorableFloatingWindowControl. - 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.
Additional Information
- The
OwnedByDockingManagerWindowwas added in Support minimizing floating windows independently of main window #276 to support minimizing and maximizing floating windows separately from the main window. - 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.
Metadata
Metadata
Assignees
Labels
No labels