RESOLVED FIXED 8991
REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon
https://bugs.webkit.org/show_bug.cgi?id=8991
Summary REGRESSION: missing or broken CSS custom cursors are displayed as a missing i...
Alexey Proskuryakov
Reported 2006-05-19 03:19:17 PDT
If a CSS custom cursor cannot be loaded, WebKit changes the cursor to a broken image icon. Since custom cursors aren't supported in shipping Safari, this causes regressions on some sites (e.g. bug URL, see bug 8989 for details).
Attachments
test case (258 bytes, text/html)
2006-05-19 03:21 PDT, Alexey Proskuryakov
no flags
proposed fix (1.49 KB, patch)
2006-05-19 14:14 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2006-05-19 03:21:50 PDT
Created attachment 8402 [details] test case
Alexey Proskuryakov
Comment 2 2006-05-19 14:14:39 PDT
Created attachment 8420 [details] proposed fix This fix doesn't honor the WinIE quirk of preserving the current cursor when entering an area with an invalid one. I'm going to add more cases (bug 8988, bug 8989) to the manual test, thus I gave it such a generic name. I'm also filing a separate bug about fallback cursors.
Alexey Proskuryakov
Comment 3 2006-05-19 14:31:34 PDT
(In reply to comment #2) > I'm also filing a separate bug about fallback cursors. Turns out there already was one, bug 6001.
Darin Adler
Comment 4 2006-05-19 18:43:14 PDT
Comment on attachment 8420 [details] proposed fix r=me
Alexey Proskuryakov
Comment 5 2006-05-20 01:52:58 PDT
Landed, r14501
Note You need to log in before you can comment on or make changes to this bug.