I use dojo/request/xhr for longpoll requests. In Firefox (not in IE or Crome) the throbber spins during the request.
From technical view this is correct, because a request has not finished yet. But this looks not very nice. Is there a way to stop it?
There are some posts about "Throbber of doom", but I can't find a solution. Is there any?
Frank.
P.S. Maybe it could be possible to emit an event to feign a completed request, that will make the throbber stop!?
P.P.S. Is it a known bug? See here: Mozilla throbber bug But it seems not to be processed!?
New trials: Using a basic JavaScript XMLHttpRequest Object the throbber doesn't spin! Seems to be a problem with Dojo-Xhr!?