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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 7 18:20:22 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 miguel at ximian.com.

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

--- shadow/82360	2007-08-07 18:20:22.000000000 -0400
+++ shadow/82360.tmp.20848	2007-08-07 18:20:22.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 82360
+Product: Moonlight
+Version: 1_0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: engine
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: x:Code does not handle Javascript code.
+
+This was found in the Chess application, available in:
+sldemos/chess/port
+
+x:Code needs to load the javascript code, right now this is worked
+around by adding a <script> tag to the html page.
+
+The following XAML code:
+<x:Code Source="GarboChess.js" Type="text/jscript"/>
+
+had to be inserted into the containing HTML file as
+
+<script type="text/javascript" src="garbochess.js"></script>
+
+For this to work.


More information about the mono-bugs mailing list