-
Notifications
You must be signed in to change notification settings - Fork 221
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
fix: colorpicker move on input #656
fix: colorpicker move on input #656
Conversation
Signed-off-by: leewyatt <[email protected]>
Signed-off-by: leewyatt <[email protected]>
Signed-off-by: leewyatt <[email protected]>
Signed-off-by: leewyatt <[email protected]>
Signed-off-by: leewyatt <[email protected]>
…uts: The area was previously shifting due to ScrollPane default behaviors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, and fixes the issue.
Please just move the two event filters right before the // paint combobox...
comment, including a new empty line or a new comment after the liveUpdateListener
lines.
@jperedadnr Thank you for reviewing my pull request and for your valuable feedback. I've updated the code according to your suggestions. Please let me know if there are any further adjustments needed. |
...ava/com/oracle/javafx/scenebuilder/kit/util/control/paintpicker/colorpicker/ColorPicker.java
Outdated
Show resolved
Hide resolved
…rol/paintpicker/colorpicker/ColorPicker.java Co-authored-by: José Pereda <[email protected]>
Thank you for the suggestion! I've committed the changes as per your review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
Oh, one more little change is required before we can merge this PR, we need to update the copyright year of the modified file. Please change:
into:
|
ok, changed~ |
PR Summary:
This PR addresses the unexpected movement of the ColorPicker area when it gains focus and certain mouse or keyboard inputs are made.
Issue
Fixes #654
Progress