[Mono-bugs] [Bug 80506][Nor] New - <thead></thead> disappears...

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 12 06:57:20 EST 2007


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 informatique.internet at fiducial.fr.

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

--- shadow/80506	2007-01-12 06:57:20.000000000 -0500
+++ shadow/80506.tmp.14712	2007-01-12 06:57:20.000000000 -0500
@@ -0,0 +1,73 @@
+Bug#: 80506
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: <thead></thead> disappears...
+
+Description of Problem:
+
+Some Html tags (in table) disappears... strange!
+
+
+Steps to reproduce the problem:
+1. try this index.aspx
+<html>
+ <body>
+  <table>
+   <thead>
+   </thead>
+   <tbody>
+   </tbody>
+  </table>
+ </body>
+</html>
+
+2. run xsp
+
+3. wget http://localhost:8080
+
+Actual Results:
+
+<html>
+<body>
+<table>
+
+
+
+
+</table>
+</body>
+</html>
+
+
+Expected Results:
+<html>
+ <body>
+  <table>
+   <thead>
+   </thead>
+   <tbody>
+   </tbody>
+  </table>
+ </body>
+</html>
+
+On ms.net i've this
+
+How often does this happen? 
+always
+
+Additional Information:
+if i rename index.aspx in index.html it works...


More information about the mono-bugs mailing list