Posted 17 years ago
by Sergei Kolemasov
Product version: 2.0.92.0
1. Critical bug with document tab sort. Reproduction: when two or more document tabs opened, try to drag a tab to sort it, then press right mouse button on a document tab to show tab context menu. Exception is generated:
Message: ContextMenu cannot be shown on an invisible control.
Parameter name: control
Type: ArgumentException
Source: System.Windows.Forms
Stack: at System.Windows.Forms.ContextMenu.Show(Control control, Point pos, Int32 flags)
at System.Windows.Forms.ContextMenu.Show(Control control, Point pos)
at ActiproSoftware.UIStudio.Dock.DockManager.a(TabbedMdiWindow A_0, Rectangle A_1, TabbedMdiWindowContextMenuSource A_2)
at ActiproSoftware.UIStudio.Dock.TabbedMdiContainer.a(Object A_0, TabStripPageContextMenuEventArgs A_1)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.OnTabStripPageTabContextMenu(TabStripPageContextMenuEventArgs e)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.a(TabStripPageContextMenuEventArgs A_0)
at ActiproSoftware.UIStudio.TabStrip.TabStripTab.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.ActiproSoftware.WinUICore.IInputElement.RaiseMouseUpEvent(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2. Ability to drag a document tab to main area and drop it to create a new group has disappeared. (the new flag DockManager.TabbedMdiDragDropEnabled is true)
[Modified at 08/01/2007 08:01 AM]
1. Critical bug with document tab sort. Reproduction: when two or more document tabs opened, try to drag a tab to sort it, then press right mouse button on a document tab to show tab context menu. Exception is generated:
Message: ContextMenu cannot be shown on an invisible control.
Parameter name: control
Type: ArgumentException
Source: System.Windows.Forms
Stack: at System.Windows.Forms.ContextMenu.Show(Control control, Point pos, Int32 flags)
at System.Windows.Forms.ContextMenu.Show(Control control, Point pos)
at ActiproSoftware.UIStudio.Dock.DockManager.a(TabbedMdiWindow A_0, Rectangle A_1, TabbedMdiWindowContextMenuSource A_2)
at ActiproSoftware.UIStudio.Dock.TabbedMdiContainer.a(Object A_0, TabStripPageContextMenuEventArgs A_1)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.OnTabStripPageTabContextMenu(TabStripPageContextMenuEventArgs e)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.a(TabStripPageContextMenuEventArgs A_0)
at ActiproSoftware.UIStudio.TabStrip.TabStripTab.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.ActiproSoftware.WinUICore.IInputElement.RaiseMouseUpEvent(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.UIStudio.TabStrip.TabStrip.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2. Ability to drag a document tab to main area and drop it to create a new group has disappeared. (the new flag DockManager.TabbedMdiDragDropEnabled is true)
[Modified at 08/01/2007 08:01 AM]