[Mono-bugs] [Bug 568581] New: IE conditional script blocks are rendered incorrectly with ASP.NET engine.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 6 09:36:26 EST 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: abe.gillespie at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list