Bug 108076 - Cursor property not applied for :active draggable elements
Summary: Cursor property not applied for :active draggable elements
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.8
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/itaylor/FXd8f/
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 05:51 PST by Ian Taylor
Modified: 2022-07-13 13:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Taylor 2013-01-28 05:51:14 PST
The :active selector is applied on elements with draggable=true but the setting for the cursor property is not.

This occurs in Safari 6.0.2 (8536.26.17) and Chrome 24.0.1312.56 on Mac OS 10.8.2

To reproduce:
1. visit http://jsfiddle.net/itaylor/FXd8f/
2. Drag the pink "Drag Me" element
Expected: the box turns lightgreen while active and the cursor changes to -webkit-grabbing's grab hand.
Actual: the box turns lightgreen while active and the cursor changes to the default pointer.

The issue occurs with any value of cursor property, it is not limited to -webkit-grabbing.
Firefox 18 does not exhibit this behavior, correctly taking -moz-grabbing (although it has some other bugs I'll be filing)
Comment 1 Brent Fulgham 2022-07-13 13:54:12 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.