[pLog-svn] r1014 - plog/trunk/js/htmlarea

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Feb 8 23:19:19 GMT 2005


Author: oscar
Date: 2005-02-08 23:19:19 +0000 (Tue, 08 Feb 2005)
New Revision: 1014

Modified:
   plog/trunk/js/htmlarea/dialog.js
Log:
the dialog method wasn't showing the scrollbars... made a small change to the Dialog method in htmlarea (See issue 229 (http://bugs.plogworld.net/view.php?id=229)

Modified: plog/trunk/js/htmlarea/dialog.js
===================================================================
--- plog/trunk/js/htmlarea/dialog.js	2005-02-08 23:05:56 UTC (rev 1013)
+++ plog/trunk/js/htmlarea/dialog.js	2005-02-08 23:19:19 UTC (rev 1014)
@@ -42,7 +42,7 @@
 Dialog._geckoOpenModal = function(url, action, init) {
 	var dlg = window.open(url, "hadialog",
 			      "toolbar=no,menubar=no,personalbar=no,width=10,height=10," +
-			      "scrollbars=no,resizable=yes,modal=yes,dependable=yes");
+			      "scrollbars=yes,resizable=yes,modal=yes,dependable=yes");
 	Dialog._modal = dlg;
 	Dialog._arguments = init;
 




More information about the pLog-svn mailing list