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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
