[Webkit-unassigned] [Bug 27339] New: Missing keyboard support for Drag and Drop as defined in HTML 5 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 02:05:05 PDT 2009


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

           Summary: Missing keyboard support for Drag and Drop as defined
                    in HTML 5 spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://remysharp.com/demo/dnd-keyboard.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: remy at remysharp.com


The HTML 5 spec says that keyboard copy and paste operations should run through
the drag and drop event model:

http://www.whatwg.org/specs/web-apps/current-work/#copy-and-paste

I would expect that once on a draggable element (which I can tab to using
tabIndex="0") when I copy, it should trigger the dragstart event, and then
tabbing on to an element with the drop event listener, I should be able to
paste to send across the dataTransfer object.

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