Hi,
I am experiencing a strange problem suddenly.
In my Ajax.Updater call, I use the following two functions -
//Handle Loading
onLoading:function(request){
Element.show(''indicator'');
},
//Handle Completed Scenario
onComplete:function(request){
Element.hide(''indicator'');
},
When I click on my links from top to bottom - things work fine, i.e. description
is fetched and indicator shows and goes away.
However, when I clicking really fast (sometimes not even that fast), I see a
problem
The indicator does not go away. It just stays there and unless I click on any
other element it doesn''t go away (btw description text by this time is
fetched).
All my testing is happening on localhost.
Has anyone faced this before?
Thank you,
Mandy.