I have a website that includes a button which is CSS-styled to show a distinct image on hover. I wait for the page to load completely, then move my mouse over that button.
Firefox will show the new image, but the status bar becomes stuck showing either "transferring data from www.server.com" or "waiting for www.server.com" and this never goes away. I can see via Firebug net view that the image is correctly downloaded at hover-time, and I see no other errors anywhere.
What can cause this? I am asking because I am having a spurious problem on this page with subsequent ajax-call completion scripts.
Anyone ever see FireFox get stuck showing this status? Reasons why?