Ok Oliver,
thanks for your support!
But this bug doesn't resolve my problem with search functionality, is it right ?

Oliver Christen ha scritto:
thats a javascript bug which should have been fixed in version 3.5

in file AjaxPlugins.js

===================================================================
RCS file: /var/lib/cvs/projects/cw3/cartoweb3/htdocs/js/AjaxPlugins.js,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cartoweb3/htdocs/js/AjaxPlugins.js 2007/07/19 16:56:57 1.11
+++ cartoweb3/htdocs/js/AjaxPlugins.js 2008/07/28 08:24:15 1.12
@@ -126,6 +126,11 @@
clearWaitingMessage: function() {
        xHide($('loadbarDiv'));
+        // force hide after 10, solve non closing waiting msg bug
+        var timeoutFn = function() {
+            xHide($('loadbarDiv'));
+        }
+        setTimeout(timeoutFn, 10);
    },
        clearDhtmlDrawings: function() {




Oliver Christen ha scritto:
the response seems ok

when you say the application remains blocked, do you mean the "waiting" message do not disappear ?


Yes, true !




--
Ing. Fabio D'Ovidio

INOVA Open Solutions s.r.l.
Web : http://www.inovaos.it
Tel.: 081 197 57 600
mail: [EMAIL PROTECTED]

_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to