[Mono-bugs] [Bug 49906][Wis] Changed - Using a form inside ascx generates invalid code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 21:32:19 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/49906	2003-10-20 20:57:43.000000000 -0400
+++ shadow/49906.tmp.1846	2003-10-20 21:32:19.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49906
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,13 @@
 
 theform has no properties
 In http://localhost:8080/default.aspx, Line 12
 
 Expected Results:
 The text Push me is replaces with "PASS!"
+
+------- Additional Comments From bmaurer@users.sf.net  2003-10-20 21:32 -------
+Ok, it seems that Mozilla is having some problem with the __ in the
+form id. When Mozilla is looking at default.aspx hosted from an MS
+server, it still fails to work. However, I think we should fix this
+issue, as it affects a large number of applications. This may be a
+Mozilla bug we need to move upstream.