[Mono-bugs] [Bug 52522][Wis] Changed - <% tags should not be processed inside client side <script> block

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Dec 2003 01:06:04 -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 bmaurer@users.sf.net.

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

--- shadow/52522	2003-12-23 18:21:36.000000000 -0500
+++ shadow/52522.tmp.29671	2003-12-25 01:06:04.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 52522
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Blocker
+Severity: Unknown
+Priority: Wishlist
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: <%= xxx %> tag not processed in client javascript block in aspx
+Summary: <% tags should not be processed inside client side <script> block
 
 If there are <%=var%> in javascript block, they will be left there not
 processed. It is a rather major issue with aspx compatibility.
 
 bug: In AspGenerator.cs, the TextParsed method deliberately skip processing
   <% in server-side or client scripts.