[Webkit-unassigned] [Bug 30102] New: [Win] Drag cursor does not show not-allowed cursor on invalid drag-and-drop operation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 18:03:58 PDT 2009


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

           Summary: [Win] Drag cursor does not show not-allowed cursor on
                    invalid drag-and-drop operation.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, oliver at apple.com, aroben at apple.com,
                    snej at chromium.org
            Blocks: 24731


The allowed effects in WebDragClient::startDrag are hard-coded to be
DROPEFFECT_COPY | DROPEFFECT_LINK | DROPEFFECT_MOVE. Instead, the list of
allowed drop effects should be determined by the allowed operations of the drag
source (i.e. event.dataTransfer.effectsAllowed).

-- 
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