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=82399 --- shadow/82399 2007-08-10 14:43:17.000000000 -0400 +++ shadow/82399.tmp.31659 2007-08-10 14:44:18.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82399 Product: Mono: Class Libraries Version: 1.2 OS: RHEL 2.1 OS Details: RHEL WS -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Major Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -44,6 +44,22 @@ Linux WS. ------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 14:14 ------- Created an attachment (id=19774) File 'augtest.cs' a test project which reproduces the bug + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 14:44 ------- +Fixed in r83832. Thanks for tracking down the root cause and +providing a simple test case! + +2007-08-10 Jonathan Pobst <[EMAIL PROTECTED]> + + * ToolTip.cs: If the control's handle hasn't been created when it has a + tooltip set on it, don't check to see if we need to show the tooltip. + This + check was causing the control's handle to be created. + [Fixes bug #82399] + +2007-08-10 Jonathan Pobst <[EMAIL PROTECTED]> + + * ToolTip.cs: Add test for bug #82399. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
