[Mono-bugs] [Bug 562286] HTML-comments broke aspx pages

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 16 10:17:20 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=562286

http://bugzilla.novell.com/show_bug.cgi?id=562286#c3


John B <dullobject at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5 - None                   |P3 - Medium
             Status|RESOLVED                    |REOPENED
                 CC|                            |dullobject at gmail.com
            Version|2.4.x                       |2.6.x
         Resolution|FIXED                       |
         OS/Version|openSUSE 11.1               |Mac OS X 10.4

--- Comment #3 from John B <dullobject at gmail.com> 2010-02-16 15:17:17 UTC ---
I just downloaded and installed MonoDevelop 2.2.1 and Mono 2.6.1 + GTK# on OSX
10.4. The provided test case does not work.

On the browser, it looks fine, but when I pulled up the rendered HTML via "view
source", I see:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
    <title>index</title>
</head>
<body>
    <h1>Test</h1>
                    <!--
                                        <div style="color:red; margin:30px;
clear:both; font-size:30
                            This is a test
                                            <ul style="margin-left:50px;
margin-bottom:20p
                                                <li><a
href="http://mozilla.rMozilla FireFoxeFox</a><
                                                <li><a
href="http://opera.coOperapera</a><
                                                <li><a
href="http://www.apple.com/safari/downloaСафарифари</a><
                                            <
                                        </
                    -->
    <p>Test test test</p>
    </form>
</body>
</html>


Notice how the HTML tags are not being rendered correctly. For example, the
anchor tags are being cut off and the closing tags are missing characters.

Interestingly, if I run the test case on windows xp (MonoDevelop 2.2.1 and Mono
2.6.1), the HTML is rendered correctly.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list