Currently running chrome 14, and it fails to render a spinning gif graphic on my login page.
Here is what the page looks like in chrome:
Here is what it looks like on all other browers:
To reproduce:
http://trunk.test.openmile.com/login/#null
Enter a valid email and password and hit 'login', then when the black progress indicator appears, hit STOP so that the browser doesnt have a chance to give you a login error.
Notice that the background is not displayed in chrome. Interestingly, if you inspect the element, and add 1px to the background image position, the image will become visible.
Smells like a chrome bug to me, but is there a workaround?
edit:
Another really strange thing is: if i put an alert
at the end of the function that shows this processing div, after the alert, the background-image becomes visible.