-
Notifications
You must be signed in to change notification settings - Fork 503
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
8314968: Public InputMap #1254
8314968: Public InputMap #1254
Conversation
This is great, I once had to implement selection logic for normal labels (I never actually finished all the cases because it was just too hard with all the private API) and this would have been helpful to have. |
@andy-goryachev-oracle This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@andy-goryachev-oracle this pull request can not be integrated into git checkout 8314968.input.map
git fetch https://git.openjdk.org/jfx.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
Closing this pull request in favor of the updated one. Many thanks to everyone who provided the feedback! |
Summary:
For more detailed introduction, see
https://github.com/andy-goryachev-oracle/Test/blob/ag.jep.input.map.v2/doc/InputMap/InputMapV2.md
A number of Controls has been converted to use the new InputMap implementation:
This PR requires #1221 to go in first.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/1254/head:pull/1254
$ git checkout pull/1254
Update a local copy of the PR:
$ git checkout pull/1254
$ git pull https://git.openjdk.org/jfx.git pull/1254/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1254
View PR using the GUI difftool:
$ git pr show -t 1254
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/1254.diff
Webrev
Link to Webrev Comment