RFR: 8314498: [macos] Transferring File objects to Finder fails [v2]

Phil Race prr at openjdk.org
Sat Jul 13 19:07:51 UTC 2024


On Thu, 11 Jul 2024 21:16:24 GMT, Alexey Ushakov <avu at openjdk.org> wrote:

>> Here is an updated version of the fix we have used in Jetbrains Runtime for quite a while. It has been tested by running  jdk_desktop tests and manually using a test case attached to this issue.
>> There is no reg test as I've not found a reliable way to verify file list content inside the system clipboard.
>
> Alexey Ushakov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8314498: [macos] Transferring File objects to Finder fails
>   
>   Removed unnecessary parameter

I built and tested using the Arik.java file.  Looks good. I was able to paste the file.,
And when in finder I select "Show clipboard" it shows a file:  URL instead of unknown content type.
I wonder whether this could be the basis of an automated regression test .. can't we get the clipboard contents and verify it is a file ?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20144#issuecomment-2227048349


More information about the client-libs-dev mailing list