[Mono-bugs] [Bug 48751][Wis] Changed - Monodoc don't render ok in Konqueror

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Nov 2003 16:54:30 -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 mathpup@mylinuxisp.com.

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

--- shadow/48751	2003-09-23 02:17:03.000000000 -0400
+++ shadow/48751.tmp.11868	2003-11-05 16:54:30.000000000 -0500
@@ -1,20 +1,71 @@
 Bug#: 48751
 Product: Mono/Doctools
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Gui
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pbaena@uol.com.ar               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Monodoc don't render ok in Konqueror
 
 The http://www.go-mono.com:8080/ page won't render the tree at the left in 
 Konqueror
+
+------- Additional Comments From mathpup@mylinuxisp.com  2003-11-05 16:54 -------
+"View source" on the left frame gives me this: 
+ 
+ 
+<html> 
+	<head> 
+		<link type='text/css' rel='stylesheet' 
+href='ptree/tree.css'/> 
+		<script src='xtree/xmlextras.js'></script> 
+		<script src='ptree/tree.js'></script> 
+		<script> 
+			var tree = new PTree (); 
+			function onBodyLoad () 
+			{ 
+				tree.strTargetDefault = 'content'; 
+				tree.strSrcBase = 
+'monodoc.ashx?tree='; 
+				tree.strActionBase = 
+'monodoc.ashx?tlink='; 
+				tree.strImagesBase = 
+'xtree/images/msdn2/'; 
+				tree.strImageExt = '.gif'; 
+				var root = tree.CreateItem (null, 
+'Mono Documentation', 'intro.html', '', true); 
+				document.body.appendChild (root); 
+				tree.CreateItem (root, 'Mono 
+Handbook', 'root:/monohb', '0'); 
+				tree.CreateItem (root, 'Class 
+Library', 'root:/classlib', '1'); 
+				tree.CreateItem (root, 'Gnome 
+Libraries', 'root:/classlib-gnome', '2'); 
+				tree.CreateItem (root, 'NUnit 
+Libraries', 'root:/classlib-nunit', '3'); 
+				tree.CreateItem (root, 'Mozilla 
+Libraries', 'root:/classlib-gtkmozembed', '4'); 
+				tree.CreateItem (root, 'DiaCanvas 
+Libraries', 'root:/classlib-diacanvas', '5'); 
+				tree.CreateItem (root, 'C# Language 
+Specification', 'root:/ecmaspec', '6'); 
+				tree.CreateItem (root, 'C# Compiler 
+Error Reference', 'root:/cs-errors', '7', true); 
+				 
+			} 
+		</script> 
+	</head> 
+	<body onLoad='javascript:onBodyLoad();' 
+onkeydown='javascript:return tree.onKeyDown (event);'> 
+	</body> 
+</html> 
+