[Webkit-unassigned] [Bug 108076] New: Cursor property not applied for :active draggable elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 05:49:16 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108076

           Summary: Cursor property not applied for :active draggable
                    elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jsfiddle.net/itaylor/FXd8f/
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian.b.taylor at gmail.com


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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list