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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
