Bug 23079 - Cursor style is only updated on mouse move
Summary: Cursor style is only updated on mouse move
Status: RESOLVED DUPLICATE of bug 14344
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL: http://m8y.org/tmp/testcase93.xhtml
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-02 09:43 PST by nemo
Modified: 2009-01-13 09:53 PST (History)
0 users

See Also:


Attachments
Demo (39.54 KB, application/xhtml+xml)
2009-01-02 09:43 PST, nemo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemo 2009-01-02 09:43:03 PST
Test page was experimenting with using a series of PNGs for an animated spinner cursor.
This was to get full RGBA (I still bemoan the death of MNG/JNG) and because Gecko at least does not support gif/ani cursor animation, even without the RGBA.

Under Gecko, the animation spins smoothly, updating every 100ms with no noticeable consumption of CPU.

Under Webkit, the image only shifts on mouse move, so you can only observe the animation by continuously moving the mouse.

I will upload a data URI variant.
Comment 1 nemo 2009-01-02 09:43:57 PST
Created attachment 26371 [details]
Demo
Comment 2 Darin Adler 2009-01-13 09:53:32 PST

*** This bug has been marked as a duplicate of 14344 ***