Bug 32906 - -webkit-grab and -webkit-grabbing don't work on Windows.
Summary: -webkit-grab and -webkit-grabbing don't work on Windows.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://trac.webkit.org/export/37902/t...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 10:37 PST by Josh L
Modified: 2012-05-16 14:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh L 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
Comment 1 Josh L 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!
Comment 2 Rossy 2012-05-16 14:02:17 PDT
Confirmed in both Chrome and Safari on Win7.
The default cursor doesn't change.