[Mono-bugs] [Bug 79640][Cos] New - Tool bar button text rendered incorectly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 04:54:15 EDT 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 georgegiolfan at yahoo.com.

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

--- shadow/79640	2006-10-11 04:54:15.000000000 -0400
+++ shadow/79640.tmp.28323	2006-10-11 04:54:15.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 79640
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: georgegiolfan at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Tool bar button text rendered incorectly
+
+Description of Problem:
+The text on a tool bar button is rendered with "&" characters. On Windows, 
+this character is used to indicate that the following character is a 
+mnemonic and the actual "&" is not displayed.
+
+
+Steps to reproduce the problem:
+1. Create a form, place a tool bar on it and add a button to the toolbar.
+2. Set the text of the button to something containing the "&" character. 
+
+Actual Results:
+The "&" character is visible.
+
+Expected Results:
+The character after "&"  acts as a mnemonic, or at least the "&" is not 
+displayed.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+A quick fix would be to simple remove the "&" from the text being rendered 
+on a tool bar button.


More information about the mono-bugs mailing list