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 [EMAIL PROTECTED]

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

--- shadow/79957        2006-12-26 11:25:45.000000000 -0500
+++ shadow/79957.tmp.27343      2006-12-28 06:35:04.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 79957
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
@@ -54,6 +54,41 @@
 ------- Additional Comments From [EMAIL PROTECTED]  2006-12-26 11:25 -------
 The only weird focus event I'm getting is a Got Focus twice if I
 Reset, Select the events box then Tab twice. The rest works fine. I've
 been working on focus stuff so it's possible some of those things
 might have been corrected, I'm going to check this one out. If you can
 test this to see if it's still behaving oddly for you I'd appreciate it.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-12-28 06:35 -------
+Here are some additional steps that allow you to reproduce the event 
+madness ;-)
+
+Steps to execute:
+
+1. Click the Reset button.
+2. Click in the NumericUpDown control.
+3. Press Tab key.
+4. Press Shift-Tab key.
+5. Click the Reset button.
+6. Press Tab key.
+
+Expected result:
+
+1. After step 4, the following events have fired:
+   Got Focus.
+   Lost Focus.
+   Got Focus.
+2. After step 6, the following events have fired:
+   Got Focus.
+
+Actual result:
+1. After step 4, the following events have fired:
+   Got Focus.
+   Lost Focus.
+   Lost Focus.
+   Got Focus.
+   Got Focus.
+2. After step 6, the following events have fired:
+   Lost Focus.
+   Got Focus.
+   Got Focus.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to