[Webkit-unassigned] [Bug 26262] Implement HTML5 draggable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 18:43:55 PDT 2009


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


arv at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #1 from arv at chromium.org  2009-06-30 18:43 PDT -------
This is actually trivial. All we need to do is add the following to the ua
style sheet.

[draggable] {
    -webkit-user-drag: element;
    -webkit-user-select: none;
}


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