Unplanned
Last Updated: 03 Jan 2017 20:26 by ADMIN
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 16 Jun 2022 12:05 by ADMIN
Release R2 2022 SP1
The popup that becomes visible when hovering over a pinned pane is cut when ScaleTranform is set to the RadDocking control.
Unplanned
Last Updated: 03 Jan 2017 20:46 by ADMIN
The compass is out of place when specific height is set to the dock and the window is made smaller than the docking height
Unplanned
Last Updated: 29 Dec 2021 14:48 by ADMIN
Add a visual element to display the exact drop location of an item, when reordering panes in a pane group.
Declined
Last Updated: 17 Mar 2014 09:07 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Bug Report
3

			
Completed
Last Updated: 14 Jul 2015 06:13 by ADMIN
If you have more than one monitors and on one of them you maximize a ToolWindow, than dock another pane and undock it, the second pane's width will be equal to the width of the two monitors. 
Won't Fix
Last Updated: 11 Aug 2016 14:04 by ADMIN
In WPF when show the unpined pane by hovering, when right click to show the contextmenu the pane collapses.
Declined
Last Updated: 22 Jan 2016 13:11 by ADMIN
When all of the RadDocument panes in the DocumentHost are closed the last one stays alive in .Net Framework 4.0. The issues can't be reproduced on machines with .Net Framework 4.5 installed
Completed
Last Updated: 28 Apr 2016 13:15 by ADMIN
In some scenarios the SplitterChange is not rounded number and this cause invalid layout load. 

Workaround: Edit the saved xml and round the value.
Won't Fix
Last Updated: 21 Jan 2016 11:41 by ADMIN
When the DragDropMode property is set to Deferred in partial trusted applications a security excpetion is being thrown.
Unplanned
Last Updated: 11 Aug 2016 14:05 by Gianpaolo
Steps to reproduce:
1. Start the WPF Controls Example application on a terminal server
2. Select Docking example
3. Try to move a floating windows by dragging it with the mouse
4. The window will move for a split second, but stop moving after that. (It behaves as if the mouse button was released after the initial move)
Unplanned
Last Updated: 03 Jan 2017 20:25 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Bug Report
3

			
Unplanned
Last Updated: 15 Mar 2019 17:39 by ADMIN
Provide an easy functionality to exclude a pane or group of panes from reordering when AllowDragReorder is set to True.
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
1. Create an app using RadDocking. The 'First Look' demo of RadDock can be modified to reproduce the problem.
2. Modify one of the panes, replace the TextBlock control with a TextBox control. Bind the text of the TextBox control to a string property.
3. Add the string property to the .cs file and in the setter, Show a MessageBox.
4. Run app. Select tab with Textbox control and modify the value.
5. Now select the other tab. the messagebox will be displayed. Notice it can be dismissed via keyboard but not via mouse click. It cannot be moved via mouse either.
6. Select a window outside of the application and not select the message box. Notice Mouse input now works. MessageBox can be moved and dismissed via mouse.
Completed
Last Updated: 12 Apr 2017 11:49 by ADMIN
Available in LIB version 2017.1.410 , it will be also available in the R2 2017 Release. 
Completed
Last Updated: 16 May 2016 10:57 by ADMIN
If DragDropMode is set to Deferred when trying to dock a Pane inside a compass that is over the dragged Pane, the dock operation is not completed correctly.

Available in LIB version 2016.2.516, it will be also available in the R2 2016 SP1 Release.
Completed
Last Updated: 17 Jan 2020 08:18 by ADMIN
Release LIB 2019.3.1223
The compass elements are not on the proper places when the docking is on the second monitor. To reproduce this the DPI of the monitors should be different for example 125% (main) and 150% (secondary). Also, to reproduce this you will need to enable the DPI awareness of the application by setting the dpiAware and dpiAwareness settings in the app.manifest file.
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
If the IsContentPreserved of a PaneGroup is SET to true and a RadTabControl is placed inside a Pane the focus is moved through its content.
Declined
Last Updated: 25 May 2016 14:17 by ADMIN
If a SplitContainer's InitialPosition is set to FloatingDockable and the the layout is saved in the Unloaded event of the control, that SplitContainer is not shown after layout load.

The same could be observed if you float a Pane by dragging it out of its docked state.