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