RFR: 8242163: Android keyboard integration fails

Johan Vos jvos at openjdk.java.net
Tue Apr 7 08:21:09 UTC 2020


On Mon, 6 Apr 2020 23:26:12 GMT, Kevin Rushforth <kcr 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`?

Same reason as in the iOS case. The `TextFieldSkinAndroid` was in `com.sun.javafx` at the same level as
`TextFieldSkin`. Since `TextFieldSkin` was moved to `javafx`, I moved `TextFieldSkinAndroid` as well.

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

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


More information about the openjfx-dev mailing list