[Mono-bugs] [Bug 76918][Maj] New - Parser bug for serverside controrls in script tages

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 5 13:42:19 EST 2005


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 davesw at provide.net.

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

--- shadow/76918	2005-12-05 13:42:19.000000000 -0500
+++ shadow/76918.tmp.26990	2005-12-05 13:42:19.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 76918
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: Ubuntu Linux & Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: davesw at provide.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Parser bug for serverside controrls in script tages
+
+Description of Problem:
+A server side control markup inside a client side script tag is not parsed
+as server side controls. Instead they are passed through as literal text.
+
+Steps to reproduce the problem:
+View test Aspx file.
+
+Actual Results:
+asp:placeholder in sciript tag is viewable in rendered source, alert does
+not display.
+
+Expected Results:
+asp:placeholder is a server side control, and render's it's content to the
+output. Javascript alert is displayed.
+
+
+How often does this happen? 
+Consistent under Mono 1.1.10 Build 0, running under Linux and Windows.
+Works as expected under Microsoft ASP.Net.
+
+Additional Information:


More information about the mono-bugs mailing list