When you open the Advanced Layout Designer of RadDock and you try to reposition a ToolWindow by a drag-and-drop operation, the designer closes unexpectedly. This issue happens when there is a specific layout created.
RadDock does not show tooltips on certain buttons. The issue actually comes from OverflowDropDownButtonElement which has issues with its ToolTipText property.
If you change the name of a child mdi form in its Load event, this title will not be reflected by the tab of the document window created to host the child form.
The AutoHide and Docking button of the toolWindows does not have a localization strings. Same with the document window.
Control size is wrong when using anchoring in a user control hosted in RadDock.
When a RedockTransaction is committed, it should check whether a redock state is already registered with the RedockService and if not, it should simply fail and let the second, default transaction generated by RadDock, alter the DockState member of the associated windows.
Currently auto-hidden windows are displayed under following conditions: - Associated TaItem is hovered or - Associated TabItem is clicked or - The DockWindow itself becomes the currently Active one We should allow the user to control these conditions.
In case of two or more DocumentTabStrips in the DocumentContainer, the ZOrder of the DocumentWindows is not updated property.
It will be nice to have FloatingSize or DefaultFloatingSize property at a DockWindow level. This will allow the user to have a floating window with a custom default size different than 300x300.
Resize cursor is initially set when RadDock is mouse-entered