[Webkit-unassigned] [Bug 25925] WebKit should show no-drop cursor on dropEffect = "none"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 05:20:27 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |25907




------- Comment #2 from eric at webkit.org  2009-05-21 05:20 PDT -------
I believe this is caused by the fact that we create a new Clipboard on every
drag event:
DragOperation DragController::tryDHTMLDrag(DragData* dragData)
    RefPtr<Clipboard> clipboard = dragData->createClipboard(policy);

We need to keep a Clipboard around for the entire drag, but to do that would
require some review of how we handle Clipboard security as discussed in bug
25907.


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



More information about the webkit-unassigned mailing list