[Mono-bugs] [Bug 79900][Nor] New - NotifyIcon test problems: Icon does not display and tool tip text has last character cut off

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 21:09:21 EST 2006


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 sanfordarmstrong at gmail.com.

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

--- shadow/79900	2006-11-10 21:09:21.000000000 -0500
+++ shadow/79900.tmp.24643	2006-11-10 21:09:21.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 79900
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: sanfordarmstrong at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NotifyIcon test problems: Icon does not display and tool tip text has last character cut off
+
+Description of Problem:
+
+I am running Mono 1.2 on Windows XP SP2.  I have compiled swf-notifyicon.cs
+with mcs to test the functionality of the NotifyIcon class.  When running
+via Mono, the icon does not appear in the system tray, though there is a
+blank spot where it should be.  If I hover over the blank spot, the tooltip
+reads "Tester tooltip tex".
+
+When running with the same executable with MS .NET, the icon appears in the
+system tray, and the tooltip reads "Tester tooltip text".
+
+There are also some differences in the drawing of the icon in the window
+(see attached screenshots).
+
+
+Steps to reproduce the problem:
+1. Compile swf-notifyicon.cs with mcs.
+2. Run `mono swf-notifyicon.exe`.
+
+
+Actual Results:
+
+There is an empty area in the system tray where the icon should appear. 
+The tooltip text is truncated by one character.
+
+
+Expected Results (seen when running `swf-notifyicon.exe`)
+The icon should appear in the system tray.  The tooltip text should not be
+truncated.
+
+
+How often does this happen?
+
+Every time.
+
+Additional Information:
+
+See attached screenshots.


More information about the mono-bugs mailing list