[Mono-bugs] [Bug 74527][Maj] New - RegisterClientScriptBlock doesn't output in order of registration
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 15:14:42 -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 eto@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=74527
--- shadow/74527 2005-04-08 15:14:42.000000000 -0400
+++ shadow/74527.tmp.2655 2005-04-08 15:14:42.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 74527
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: eto@shaw.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RegisterClientScriptBlock doesn't output in order of registration
+
+Description of Problem:
+When calling Page.RegisterClientScriptBlock more than once for multiple
+scripts, they are not generated in the order that it was called. If one
+script depends on the other, then that script won't execute properly.
+
+Steps to reproduce the problem:
+1. Copy attached sample
+2. Run XSP
+3. Browse to the page with Internet Explorer or Firefox
+
+Actual Results:
+No popup is shown
+
+Expected Results:
+A popup is shown saying 'This page works!'
+
+
+How often does this happen?
+Every time
+
+
+Additional Information: