On Fri, 22 May 2020 13:00:07 GMT, Jose Pereda <jper...@openjdk.org> wrote:

> As a follow-up of JDK-8245456, IosPasteboard throws a ClassCastException when 
> trying to paste clipboard content on iOS
> devices. Same fix apply, using the correct signature.
> When retrieving the UTF formats, the native method fails to create the 
> correct String array, as the total number of
> keys is not taken into account. Using a for loop fixes the issue.
> Relates to JDK-8245499 and JDK-8245575

Marked as reviewed by jvos (Reviewer).

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

PR: https://git.openjdk.java.net/jfx/pull/233

Reply via email to