JDK-8136763 : [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8u45
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2015-09-18
  • Updated: 2017-01-06
  • Resolved: 2015-10-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u72Fixed 9 b92Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
if several files has been copied, there's available two types in pasteboard for reading:
NSURLPboardType
NSFilenamesPboardType
but text/uri-list is associated only with  NSURLPboardType - which returns only first value from list of files that were copied. 
The other problem, java doesn't converted returned value and returns xml structure instead of URI list.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3fdbedd9ff1b User: lana Date: 2015-11-11 22:11:44 +0000
11-11-2015

URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/3fdbedd9ff1b User: mcherkas Date: 2015-10-21 15:59:06 +0000
21-10-2015