[Mono-bugs] [Bug 70274][Maj] New - ASP.NET page output incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 00:02:06 -0500 (EST)


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 david.mitchell@telogis.com.

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

--- shadow/70274	2004-12-07 00:02:06.000000000 -0500
+++ shadow/70274.tmp.3854	2004-12-07 00:02:06.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 70274
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: david.mitchell@telogis.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ASP.NET page output incorrect
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+In certain circumstances, mono will output incorrect html.
+
+Steps to reproduce the problem:
+1. Place the test file in a folder
+2. Run xsp in that folder
+3. View the page source
+
+Actual Results:
+<html>
+<body>
+<div>You can see this</div>
+<table>
+
+      </Table>
+   </td>
+</tr>
+</table>
+</body>
+</html>
+
+
+Expected Results:
+<html>
+<body>
+<div>You can see this</div>
+<table>
+</table>
+</body>
+</html>
+
+Note that the expected result is well-formed.
+
+How often does this happen? 
+Always
+
+Additional Information:
+Test case is attached