New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8242167: ios keyboard handling #158
Conversation
👋 Welcome back jvos! A progress list of the required criteria for merging this PR into |
The new |
That is intentional indeed, as libraries may want to change behavior. The Android classes used to be in com.sun.javafx, at the same level as the desktop classes. But the desktop classes ( |
@johanvos This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 6 commits pushed to the ➡️ To integrate this PR with the above commit message, type |
/integrate |
@johanvos The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit fda015c. |
Use JavaFX controls for TextField and TextArea instead of the native iOS ones
This fixes JDK-8242167
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/158/head:pull/158
$ git checkout pull/158