Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: colorpicker move on input (#656)
* Add copy code function to Color Picker Signed-off-by: leewyatt <[email protected]> * Modify to not return null and Fix #503 Signed-off-by: leewyatt <[email protected]> * Add licenses and tests Signed-off-by: leewyatt <[email protected]> * update licenses Signed-off-by: leewyatt <[email protected]> * Remove extra blank lines, remove null Signed-off-by: leewyatt <[email protected]> * Update to JUnit 5 API * Prevent ColorPicker area from moving on mouse scroll and keyboard inputs: The area was previously shifting due to ScrollPane default behaviors. * Remove extraneous whitespace line * Refactored code placement and added comments as per review feedback. * Update kit/src/main/java/com/oracle/javafx/scenebuilder/kit/util/control/paintpicker/colorpicker/ColorPicker.java Co-authored-by: José Pereda <[email protected]> * updated copyright --------- Signed-off-by: leewyatt <[email protected]> Co-authored-by: Almas Baimagambetov <[email protected]> Co-authored-by: José Pereda <[email protected]>
- Loading branch information