Module: nagvis Branch: master Commit: dd57ad7ef1b2692175a01808a22a90debc5d90ed URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=dd57ad7ef1b2692175a01808a22a90debc5d90ed
Author: LaMi <[email protected]> Date: Sun Mar 7 13:11:37 2010 +0100 Fixed cursor when editing textboxes --- share/frontend/wui/js/ExtGenericResize.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/js/ExtGenericResize.js b/share/frontend/wui/js/ExtGenericResize.js index c9114e1..a72ea89 100644 --- a/share/frontend/wui/js/ExtGenericResize.js +++ b/share/frontend/wui/js/ExtGenericResize.js @@ -165,6 +165,8 @@ function doMove(event) { el.style.cursor = str; str = null; + } else { + el.style.cursor = "default"; } //Dragging starts here @@ -204,4 +206,4 @@ function getReal(el, type, value) { temp = temp.parentElement; } return el; -} \ No newline at end of file +} ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
