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=81892 --- shadow/81892 2007-06-16 15:35:29.000000000 -0400 +++ shadow/81892.tmp.31799 2007-06-16 15:35:29.000000000 -0400 @@ -0,0 +1,55 @@ +Bug#: 81892 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: Xubuntu 7.04 Feisty Fawn +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Theres a bug if you use the colors directly as a property in you control + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +If you have declared an element like this (without ""): + +"<asp:Menu ID="MasterMenu" runat="server" BackColor="#F7F6F3" +DataSourceID="SiteMapDataSource1" DynamicHorizontalOffset="2" +Font-Names="Verdana" Font-Size="0.8em" ForeColor="#7C6F57" +MaximumDynamicDisplayLevels="2" Orientation="Horizontal" +StaticSubMenuIndent="10px" StaticDisplayLevels="2">" + +The Compiler is reporting this error: + +Parser Error + +Description: Error parsing a resource required to service this request. +Review your source file and modify it to fix this error. + +Error message: + +Color #7C6F57 is not a valid color. + +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: + + +Expected Results: +Supporting directly declared Colors in a Control + +How often does this happen? +Everytime! + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
