2013-12-13 Sergio Martin <sergio.martin@artica.es>

* include/javascript/pandora.js: Added auto scroll
	and resizable attributes to module graphs pop up
	to improve usability with zoomed graphs.
	Incident: #417



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9219 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-12-13 08:47:05 +00:00
parent 92e8a51a46
commit 98936c511f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-12-13 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora.js: Added auto scroll
and resizable attributes to module graphs pop up
to improve usability with zoomed graphs.
Incident: #417
2013-12-12 Sergio Martin <sergio.martin@artica.es> 2013-12-12 Sergio Martin <sergio.martin@artica.es>
* include/graphs/functions_flot.php * include/graphs/functions_flot.php

View File

@ -11,7 +11,7 @@ function toggleDiv (divid){
} }
function winopeng (url, wid) { function winopeng (url, wid) {
open (url, wid,"width=700,height=460,status=no,toolbar=no,menubar=no,scrollbar=no"); open (url, wid,"width=700,height=460,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
// WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE // WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE
status = wid; status = wid;
} }