RFR: 8242163: Android keyboard integration fails

Kevin Rushforth kcr at openjdk.java.net
Mon Apr 6 23:28:27 UTC 2020


On Sun, 5 Apr 2020 10:19:07 GMT, Johan Vos <jvos at openjdk.org> wrote:

> Fix the code that integrates TextField/TextArea with the android keyboard
> 
> Fix for #8242163

Similar question as for the IOS keyboard issue: The newly moved `TextAreaSkinAndroid ` and `TextFieldSkinAndroid`
classes will become part of the public API for Android, since they are in the `javafx.scene.control.skin` package. Is
this intended, or might they still be able to live somewhere under `com.sun.javafx`?

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

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


More information about the openjfx-dev mailing list