[Mono-bugs] [Bug 82360][Nor] Changed - x:Code does not handle Javascript code.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 9 13:25:54 EDT 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 jackson at ximian.com.

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

--- shadow/82360	2007-08-07 18:20:39.000000000 -0400
+++ shadow/82360.tmp.23961	2007-08-09 13:25:54.000000000 -0400
@@ -27,6 +27,17 @@
 
 had to be inserted into the containing HTML file as
 
 <script type="text/javascript" src="garbochess.js"></script>
 
 For this to work.
+
+------- Additional Comments From jackson at ximian.com  2007-08-09 13:25 -------
+There is a bit of trickiness here.  According to the docs, this code
+should be handled by the DLR and should not have access to page
+elements.  So this wont be as simple as just adding the script to the
+page programmatically.  Also, Iron Python code is allowed here.
+
+For the sake of moving things forward, should I make x:Code simply add
+the code to the page for now?
+
+


More information about the mono-bugs mailing list