[Cartoweb-users] PEAR installation
Oliver Christen
oliver.christen at camptocamp.com
Mon Sep 29 04:55:44 EDT 2008
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 !
>
>
More information about the Cartoweb-users
mailing list