[Mono-bugs] [Bug 80831][Wis] New - RichTextBox - ShortcutsEnabled causes mono crash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 11:41:31 EST 2007
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 xmak at studioartlan.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80831
--- shadow/80831 2007-02-13 11:41:31.000000000 -0500
+++ shadow/80831.tmp.25521 2007-02-13 11:41:31.000000000 -0500
@@ -0,0 +1,45 @@
+Bug#: 80831
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details: Windows XP SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: xmak at studioartlan.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RichTextBox - ShortcutsEnabled causes mono crash
+
+Description of Problem:
+
+Mono crashes in Windows application with a RichTextBox object that has
+ShortcutsEnabled property set to false.
+
+Steps to reproduce the problem:
+1. create a new Windows Application project, and add a RichTextBox object
+to the main form
+2. set the ShortcutsEnabled property of the RichtTextBox object to false
+3. run the application
+
+Actual Results:
+
+Mono crashes without any message.
+
+Expected Results:
+
+To run the application normally and display the RichTextBox.
+
+How often does this happen?
+
+Alwalys.
+
+Additional Information:
+
+Just for the record, when I set the ShortcutsEnabled property to true,
+everything works OK.
More information about the mono-bugs
mailing list