You need to be logged in to post in the forums. If you do not have an account, please sign up first.
10.5: Avoid Wait Cursor during img-src-Refresh?
On a web page, I have an image continuously be refreshed by updating the src-attribute of the corresponding img-tag. This seems to work very well with a broad range of browsers. However, in Opera 10.51/WinXP/32, every time the image is updated, for a fraction of a second, the wait cursor is shown. It may confuse users.So, how do I get rid of the wait/hour-glass cursor?
What I briefly tried, hoping to find a work around: I created a new img-node, not yet in the DOM, and set the src-attribute of that node. However, even in that case, Opera shows the wait cursor.
- Felix
PS: I already asked this question on StackOverflow, yesterday, but only got two views so far. Seems like there aren't many Opera developers on that platform.