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

This pull request has now been integrated.

Changeset: 53042665
Author:    Jose Pereda <jper...@openjdk.org>
Committer: Johan Vos <j...@openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/53042665
Stats:     11 lines in 1 file changed: 0 ins; 4 del; 7 mod

8245635: GlassPasteboard::getUTFs fails on iOS

Reviewed-by: jvos

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

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

Reply via email to