From e3b9d4e77f0ca8514aa4b9da64ef46967ee7fb9f Mon Sep 17 00:00:00 2001 From: zarzuelo <zarzuelo@gmail.com> Date: Fri, 13 Dec 2013 08:47:05 +0000 Subject: [PATCH] 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 --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/javascript/pandora.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 28720d963d..0f7389d7b5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -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> * include/graphs/functions_flot.php diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 90986fcfcd..c7d58f18fd 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -11,7 +11,7 @@ function toggleDiv (divid){ } 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 status = wid; }