[Mono-bugs] [Bug 77903][Maj] Changed - Focus handling is broken in some controls and Control.Select () doesn't work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 14 14:32:18 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 xenomorph2 at onlinehome.de.

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

--- shadow/77903	2006-04-27 01:08:58.000000000 -0400
+++ shadow/77903.tmp.25369	2006-05-14 14:32:18.000000000 -0400
@@ -32,6 +32,23 @@
 
 
 ------- Additional Comments From xenomorph2 at onlinehome.de  2006-03-24 16:07 -------
 Created an attachment (id=16668)
 ms.net textbox output
 
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-14 14:32 -------
+I've attached a new test case that shows some LostFocus/GotFocus
+weirdness.
+
+There are two textboxes on the form, the first one (textBox1) has the
+focus. Now, if you click the second textbox on the right side you can
+see in the output textbox on the bottom the following output:
+
+TextBox2 got focus
+TextBox1 lost focus
+
+On Windows the same app gives me:
+
+TextBox1 lost focus
+TextBox2 got focus
+


More information about the mono-bugs mailing list