This is a migrated thread and some comments may be shown as answers.

Unexpected closing on ToolWindow when split the Pane

1 Answer 30 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Inseok
Top achievements
Rank 1
Inseok asked on 17 May 2011, 10:26 PM
Hi.
I think I found a bug(which you may aware) on ToolWindow.
And both Q1 2011 and Q2 2011 pre-beta have same issue.

Look at this code:
<Grid x:Name="LayoutRoot">
    <telerik:RadDocking>
        <telerik:RadSplitContainer InitialPosition="FloatingDockable">
            <telerik:RadPaneGroup>
                <telerik:RadPane Header="Pane 1">
                    <Grid Background="#52AB5454" />
                </telerik:RadPane>
                <telerik:RadPane Header="Pane 2">
                    <Grid Background="#524667B6" />
                </telerik:RadPane>
            </telerik:RadPaneGroup>
            <telerik:RadPaneGroup>
                <telerik:RadPane Header="Pane 3">
                    <Grid Background="#52AB5454" />
                </telerik:RadPane>
                <telerik:RadPane Header="Pane 4">
                    <Grid Background="#524667B6" />
                </telerik:RadPane>
            </telerik:RadPaneGroup>
        </telerik:RadSplitContainer>
    </telerik:RadDocking>
</Grid>

Just simple Floating panes. No more code. Nothing special.
But, when you drag&drop the PaneGroup left-side to the bottom of PaneGroup right-side to split vertically, then the ToolWindow will be closed immediately.
An interesting thing is, if you split the PaneGroups vertically(=switch the left and right), it's fine.

Could you test it and let me know what was the problem? Or some work-around for multiple floating panes?

regards,
Inseok

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantina
Telerik team
answered on 23 May 2011, 11:39 AM
Hello Inseok,

Thank you for the sample project.

We are aware of this issue. It is logged in our Public Issue Tracking System (PITS), you can view it here. You can vote for it, track its status and see when it is going to be implemented.
Sorry for the caused inconvenience.

Please let us know if you have any other questions.

Regards,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Docking
Asked by
Inseok
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or