Docking "control" not in front when only one document

Docking/MDI for WPF Forum

Posted 13 years ago by Josh Luth - Software Developer, Esha Research
Version: 11.1.0542
Avatar
There seems to be a problem with the display of the docksite popup when only one document window is present. What I mean is if I only have one document tab and tear that tab off, the popup to "redock" the tab is behind the document window. So I'm forced to drag the tab way off of the app to see the popup again to redock. This seems like very odd behavior. Is there a way around it?

The docksite xaml:

<docking:DockSite x:Class="MyApp.Framework.WorkspaceDocumentGroupView"
                  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                  xmlns:docking="http://schemas.actiprosoftware.com/winfx/xaml/docking"
                  xmlns:attachedProps="clr-namespace:MyApp.Framework.AttachedProperties"
                  CanDocumentWindowsRaft="True" 
                  DocumentItemsSource="{Binding Items}"
                  attachedProps:DockSiteViewModelBehavior.IsManaged="True">
    <docking:Workspace>
        <docking:TabbedMdiHost IsImageOnTab="True" IsCloseButtonOnTab="True"/>
    </docking:Workspace>
</docking:DockSite>

Comments (3)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Josh,

Yeah, this is a known issue. We are looking into possible solutions and will let you know what we come up with.


Actipro Software Support

Posted 13 years ago by Rory Plaire
Avatar
Is there a way to track this issue? I'm curious about the relative priority.
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Rory,

This is something we plan to include in the next maintenance release. We will update this post, and others like it, when it is completed. You should receive a notification, since you are on the thread now.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.