[Mono-bugs] [Bug 82399][Maj] Changed - Setting a ToolTip causes Handle to be created on mono when it doesn't on MS
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 10 14:44:18 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 monkey at jpobst.com.
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: monkey at jpobst.com
ReportedBy: danm at inin.com
QAContact: mono-bugs at ximian.com
@@ -44,6 +44,22 @@
Linux WS.
------- Additional Comments From danm at inin.com 2007-08-10 14:14 -------
Created an attachment (id=19774)
File 'augtest.cs' a test project which reproduces the bug
+
+------- Additional Comments From monkey at jpobst.com 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 <monkey at jpobst.com>
+
+ * 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 <monkey at jpobst.com>
+
+ * ToolTip.cs: Add test for bug #82399.
More information about the mono-bugs
mailing list