http://bugzilla.novell.com/show_bug.cgi?id=568581
http://bugzilla.novell.com/show_bug.cgi?id=568581#c0 Summary: IE conditional script blocks are rendered incorrectly with ASP.NET engine. Classification: Mono Product: Mono: Compilers Version: 2.6.x Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Other. AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5 An HTML block like this: <!--[if IE 6]> <style type="text/css" media="all"> Ends up getting rendered like this after it's compiled and sent to the client: <!--[if IE 6]> 6]> <style type="text/css" media=" Reproducible: Always Steps to Reproduce: Create an ASP.NET project and have a page that includes the conditional script block as included in the details of this bug. Actual Results: <!--[if IE 6]> 6]> <style type="text/css" media=" Expected Results: <!--[if IE 6]> <style type="text/css" media="all"> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
