Bug 15783 - Custom CSS cursor works on Windows and Mac OS X 10.5 but not on 10.4
Summary: Custom CSS cursor works on Windows and Mac OS X 10.5 but not on 10.4
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://bugs.webkit.org/attachment.cgi...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 23:12 PDT by David Kilzer (:ddkilzer)
Modified: 2008-11-25 07:18 PST (History)
3 users (show)

See Also:


Attachments
grab.cur (for posterity) (4.19 KB, application/octet-stream)
2007-10-31 23:13 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-10-31 23:12:04 PDT
* SUMMARY
The custom CSS cursor specified in the test case for Bug 15779 does not appear (when the mouse pointer is in the red region of the test case) on Mac OS X 10.4.10, but does with Safari for Windows on XP Pro.

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Go to URL (Attachment #16969 [details]):  http://bugs.webkit.org/attachment.cgi?id=16969
3. Move mouse pointer to red area of square.

* EXPECTED RESULTS
Mouse pointer should change to a "grab" cursor (http://maps.live.com/cursors/grab.cur).

* ACTUAL RESULTS
Mouse pointer does not change at all.

* REGRESSION
N/A (I don't believe Safari 2.0.4 (419.3) supported custom cursors.)

* NOTES
See Bug 15779 for the original test case.
Comment 1 David Kilzer (:ddkilzer) 2007-10-31 23:13:23 PDT
Created attachment 16978 [details]
grab.cur (for posterity)
Comment 2 Alexey Proskuryakov 2007-11-01 00:49:44 PDT
I think it's a known problem in CGImageSource, see <rdar://problem/4556355>. There are some related Bugzilla bugs, too: bug 8989, possibly bug 14082 and bug 14083.
Comment 3 Mark Rowe (bdash) 2007-11-01 00:51:43 PDT
This works fine on Mac OS X 10.5, both with the shipping version of WebKit and with TOT.  I can reproduce the problem with a recent nightly build on 10.4.10. 
Comment 4 Alexey Proskuryakov 2008-11-25 07:18:16 PST
Marking INVALID as a CoreGraphics issue.