Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8272118: ListViewSkin et al: must not cancel edit on scrolling
Reviewed-by: aghaisas, kcr
- Loading branch information
Showing
with
566 additions
and 28 deletions.
- +0 −7 modules/javafx.controls/src/main/java/javafx/scene/control/skin/ListViewSkin.java
- +0 −7 modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableViewSkin.java
- +0 −7 modules/javafx.controls/src/main/java/javafx/scene/control/skin/TreeTableViewSkin.java
- +0 −7 modules/javafx.controls/src/main/java/javafx/scene/control/skin/TreeViewSkin.java
- +33 −0 modules/javafx.controls/src/shims/java/javafx/scene/control/skin/VirtualFlowShim.java
- +533 −0 modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/EditAndScrollTest.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
aa045c5
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.
Review
Issues