RESOLVED WONTFIX 21634
Support the ANI image format for the CSS 'cursor' property
https://bugs.webkit.org/show_bug.cgi?id=21634
Summary Support the ANI image format for the CSS 'cursor' property
jasneet
Reported 2008-10-15 17:57:38 PDT
I Steps: Go to the attached testcase II Issue: The cursor is not changed to a "writing brush" when it is on the page. The style property "CURSOR: url('mouse015.ani')" is not recognized. III Other Browsers: IE7: ok FF3: not ok IV Nightly tested: 37604
Attachments
testcase (1.57 KB, application/octet-stream)
2008-10-15 17:58 PDT, jasneet
no flags
same test case as zip (1.83 KB, application/zip)
2011-10-23 21:58 PDT, Alexey Proskuryakov
no flags
jasneet
Comment 1 2008-10-15 17:58:26 PDT
Created attachment 24381 [details] testcase
Tab Atkins
Comment 2 2011-10-21 15:11:33 PDT
I can't open the attached testcase - the default Ubuntu Archive Manager claims the archive is invalid. As such, I'm marking the issue as INVALID. If there is still a problem, please reopen the bug with a testcase illustrating the problem.
Alexey Proskuryakov
Comment 3 2011-10-23 21:58:54 PDT
Created attachment 112146 [details] same test case as zip
Alexey Proskuryakov
Comment 4 2011-10-23 22:02:15 PDT
The attached archive decompresses without any problem for me. Attaching .zip. I suspect that we just don't support .ani cursors in CoreGraphics (and likely not in either ports either).
Tab Atkins
Comment 5 2011-10-24 07:54:52 PDT
Thanks, Alexey! Yup, confirmed that we don't support .ANI files in Windows Chrome either. In that case, marking this as NEW and changing the the title. Note that IE supports ANI files in 'cursor'. Firefox explicitly does not, according to MDN.
Ahmad Saleem
Comment 6 2022-07-27 13:45:18 PDT
Only Internet Explorer supported ANI format and Mozilla also marked their bug as RESOLVED WONTFIX - https://bugzilla.mozilla.org/show_bug.cgi?id=434319 Chrome never added support even after change to Blink. So I think no major browser as of today support it and there are even articles about how to do it via JavaScript - https://stackoverflow.com/questions/9189250/animated-cursor-support-in-web-applications & https://dev.to/chris_hayes/make-a-gif-your-cursor-in-chrome-4odo I think we can mark this as "RESOLVED WONTFIX" unless Webkit has future plans. Thanks!
Ryosuke Niwa
Comment 7 2022-07-27 14:22:04 PDT
Yeah, this is won't fix at this point.
Note You need to log in before you can comment on or make changes to this bug.