[Mono-bugs] [Bug 79869][Min] Changed - Enter event does not fire on tabpage

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 30 16:23:06 EDT 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 gert.driesen at pandora.be.

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

--- shadow/79869	2007-03-30 13:59:52.000000000 -0500
+++ shadow/79869.tmp.12851	2007-03-30 15:23:06.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 79869
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: NOTABUG
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
@@ -173,6 +173,20 @@
 events are only fired when actually entering a control inside a
 tabpage, and the tab pages on your repros don't have any controls
 inside them, so no events.
 
 I've tried adding a textbox on the tabpages, and the events are fired
  correctly on both, so closing this one down.
+
+------- Additional Comments From gert.driesen at pandora.be  2007-03-30 15:23 -------
+On the 2.0 profile, these events are also fired when there are no 
+controls on the tagpage.
+
+The only difference between Mono and MS is that we don't fire the 
+Enter event when a tagpage has focus when the form is first 
+displayed.
+
+I've attached a repro for this.
+
+Note: you need to compile it with NET_2_0 symbol (eg. 
+gmcs /d:NET_2_0 ...) when you want to get the instructions for the 
+2.0 profile.


More information about the mono-bugs mailing list