[Mono-bugs] [Bug 80926][Nor] New - ClientScriptManager.RegisterClientScriptInclude appears broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 21 19:53:59 EST 2007
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 rektide at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80926
--- shadow/80926 2007-02-21 19:53:59.000000000 -0500
+++ shadow/80926.tmp.22270 2007-02-21 19:53:59.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80926
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: debian testing
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: rektide at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ClientScriptManager.RegisterClientScriptInclude appears broken
+
+heres a sample page. it should add a <script type="text/javascript"
+src="foo.js"></script> to the <head>. currently it does not appear to be
+doing anything.
+======================
+
+<%@ Page %>
+<script runat="server">
+ protected void Page_Load(object sender, EventArgs args)
+ {
+ this.ClientScript.RegisterClientScriptInclude("foo", "foo.js");
+ }
+</script>
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <title>sample RegisterClientScriptInclude</title>
+</head>
+<body>
+rendered
+</body>
+</html>
More information about the mono-bugs
mailing list