[Mono-bugs] [Bug 72499][Maj] New - Docking toolbars severly crippled on Linux.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 13:28:23 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by mitch.branting@gdds.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72499
--- shadow/72499 2005-02-11 13:28:23.000000000 -0500
+++ shadow/72499.tmp.2772 2005-02-11 13:28:23.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 72499
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: Mitch.Branting@gdds.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Docking toolbars severly crippled on Linux.
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+Using a sample application from codeproject:
+http://www.codeproject.com/cs/menu/ToolBarDock.asp
+
+I modified it to remove components that weren't currently supported (e.g.
+RichTextBox). The applicataion provides functionality for dockable
+toolbars. This application works and runs fine on Windows. On Linux,
+the toolbar will show up, but isn't movable. Also, dynamically
+populating the "MainMenu" control at runtime isn't working (perhaps the
+PopUp event isn't working).
+
+I have a simple sample application and source code available, but didn't
+see anywhere to attach it. :(
+
+Steps to reproduce the problem:
+1. Launch the application on windows. See how the toolbar can be
+docked. Also see how the "MainMenu" menuitems for the toolbar is
+populated dynamically.
+
+2. Run on Linux. The toolbar is now fixed, and the "MainMenu" control
+doesn't auto populate.
+
+Actual Results:
+(see above)
+
+Expected Results:
+(see above)
+
+How often does this happen?
+always.
+
+Additional Information:
+I have the sample application if there is a place to attach it. It is
+very easy to follow and see what the problems are.