[Mono-bugs] [Bug 78557][Nor] Changed - [PATCH] ContainerControl does not pass focus to next control

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 1 03:43:35 EDT 2006


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 atsushi at ximian.com.

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

--- shadow/78557	2006-06-01 03:42:56.000000000 -0400
+++ shadow/78557.tmp.24542	2006-06-01 03:43:35.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 78557
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: UserControl does not pass focus to next control
+Summary: [PATCH] ContainerControl does not pass focus to next control
 
 Once UserControl gets focus, it handles tab key to iterate focus loop only
 inside the control itself and does not pass it to the next control.
 
 The repro code below is simplified PropertyGridTextBox:
 
@@ -73,6 +73,9 @@
 It blocks correct PropertyGrid keyboard navigation implementation.
 
 ------- Additional Comments From atsushi at ximian.com  2006-06-01 03:42 -------
 Created an attachment (id=17133)
 proposed fix
 
+
+------- Additional Comments From atsushi at ximian.com  2006-06-01 03:43 -------
+Actually it was ContainerControl, and the fix seems simple.


More information about the mono-bugs mailing list