UNCONFIRMED 32906
-webkit-grab and -webkit-grabbing don't work on Windows.
https://bugs.webkit.org/show_bug.cgi?id=32906
Summary -webkit-grab and -webkit-grabbing don't work on Windows.
Josh L
Reported 2009-12-23 10:37:06 PST
Pretty self explanatory. The -webkit-grab and -webkit-grabbing cursors seem to only work on Macs, verifiable using the URL provided: http://trac.webkit.org/export/37902/trunk/WebCore/manual-tests/cursor.html
Attachments
Josh L
Comment 1 2009-12-23 11:15:22 PST
Even worse, the following CSS will produce a "pointer" cursor on Windows! .grab { cursor: url(grab.gif), move; cursor: -webkit-grab; } Not good!
Rossy
Comment 2 2012-05-16 14:02:17 PDT
Confirmed in both Chrome and Safari on Win7. The default cursor doesn't change.
Note You need to log in before you can comment on or make changes to this bug.