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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Feb 2004 15:48:28 -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 miguel@ximian.com.

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

--- shadow/48751	2004-02-11 15:48:28.000000000 -0500
+++ shadow/48751.tmp.26148	2004-02-11 15:48:28.000000000 -0500
@@ -0,0 +1,79 @@
+Bug#: 48751
+Product: Mono/Doctools
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: NOTABUG
+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> 
+ 
+
+------- Additional Comments From jluke@cfl.rr.com  2003-11-05 17:01 -------
+Since it is receiving the same info as mozilla, I can only assume that
+either the javascript is not standard, or konqueror has a bug.  Any
+javascript gurus care to take a look?
+
+------- Additional Comments From miguel@ximian.com  2004-02-11 15:48 -------
+Not a bug in Monodoc, unless we get a patch to workaround konqueror bugs.