[Cartoweb-users] PEAR installation

Fabio D'Ovidio fabiodovidio at gmail.com
Mon Sep 29 05:02:17 EDT 2008


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: fabiodovidio at gmail.com



More information about the Cartoweb-users mailing list