Native file drag & drop doesn't work in Linux
---------------------------------------------

                 Key: PIVOT-329
                 URL: https://issues.apache.org/jira/browse/PIVOT-329
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 1.3
            Reporter: Todd Volkert
            Assignee: Todd Volkert
             Fix For: 1.4


In Linux, the content type of a native file drag/drop operation is 
"text/uri-list" (with multiple representation classes available). 
getTransferData() effectively returns a list of strings from which URI 
instances can be constructed.  org.apache.pivot.wtk.RemoteManifest and 
org.apache.pivot.wtk.LocalManifestAdapter try to deal exclusively in 
DataFlavor.javaFileListFlavor, but since this flavor isn't used in Linux, 
native file drag/drop operations don't work in Pivot -- AWT and Pivot 
effectively talk past each other in this case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to