[Mono-bugs] [Bug 69739][Nor] Changed - &C and Application.Exit() not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Dec 2004 07:21:49 -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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69739

--- shadow/69739	2004-11-20 06:52:05.000000000 -0500
+++ shadow/69739.tmp.10635	2004-12-20 07:21:49.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69739
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Fedora Core 3 (rawhide)
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: paul@all-the-johnsons.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -81,6 +81,22 @@
     public static void Main()
     {
       Application.Run(new HandDrawnClass());
     }
   }
 }
+
+------- Additional Comments From peter@novonyx.com  2004-12-20 07:21 -------
+The report is technically about two different bugs.
+
+However, Jordi fixed the &C issue last week, and I fixed the 
+Application.Exit() in the X11 driver tonight.
+
+There might be BadWindow error when exiting, depending on timing, 
+which is expected at this time. It will still properly exit the 
+application.
+
+Also, the keyboard handling for mnemonic is not yet implemented, so 
+while the C is displayed underlined, pressing Alt-C will not trigger 
+the button. This is not a bug, but a feature that's not implemented 
+yet.
+