[Mono-bugs] [Bug 82399][Maj] New - 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:14:02 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 danm at inin.com.

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

--- shadow/82399	2007-08-10 14:14:02.000000000 -0400
+++ shadow/82399.tmp.30696	2007-08-10 14:14:02.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 82399
+Product: Mono: Class Libraries
+Version: 1.2
+OS: RHEL 2.1
+OS Details: RHEL WS
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: danm at inin.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Setting a ToolTip causes Handle to be created on mono when it doesn't on MS
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When setting a tool tip in a Form's ctor it triggers the handle to be 
+created.  This doesn't happen on MS.  I'm using the latest source build 
+from SVN.
+
+Steps to reproduce the problem:
+1. Compile the attached test project(the compile string is in the comment 
+at the top of the file.
+2. Run it
+
+Actual Results:
+Notice that on MS the IsHandleCreated is false both before and after 
+setting the tool tip.  On mono running under linux the IsHandleCreated is 
+false before setting the tool tip and true afterwards.
+
+Expected Results:
+Setting the tool tip does not cause the Handle to be created.
+
+How often does this happen? 
+Every time
+
+Additional Information:
+I'm using the latest SVN source and running on linux Red Hat Enterprise 
+Linux WS.


More information about the mono-bugs mailing list