<div dir="ltr">On Mon, Dec 30, 2013 at 11:33 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
I'm working on a bug [0]. The solution I'm trying is:<br>
<br>
- use display:none on the throbber<br>
- temporarily replace the navi reload image with the throbber image<br>
<br></blockquote><div>Sounds like a better solution!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



My problem is that the reloading operation is so fast (less than one<br>
second) that I cannot see the throbber image. When I add an alert just<br>
before putting back the reload image, I have the proof that the throbber<br>
image is there.<br>
<br>
So, how can I ensure that the throbber image stays there at least, say,<br>
one or two seconds? I tried with setTimeout() to no avail.<br>
<br></blockquote><div>setTimeout() should have worked to delay it; means, make it visible on start of some operation; and on finishing operation, put setTimeout() to hide it sometime later..</div>
<div><br></div></div><div><br></div><div>Regards</div>-- <br>Atul Pratap Singh<div><a href="http://blog.atulsisodia.in/" target="_blank">http://blog.atulsisodia.in/</a></div>
</div></div>