RFR: 8245635: GlassPasteboard::getUTFs fails on iOS

Johan Vos jvos at openjdk.java.net
Mon Jun 8 09:52:29 UTC 2020


On Fri, 22 May 2020 13:00:07 GMT, Jose Pereda <jpereda at 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


More information about the openjfx-dev mailing list