Andy Goryachev
Andy Goryachev
- added Skin.install() - javadoc changes for Skinnable.setSkin(Skin) no code changes for Skinnable.setSkin(Skin) yet. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at...
1. reword SelectionModel.isSelected(int) javadoc, removing incorrect statement "Is functionally equivalent to calling getSelectedIndices().contains(index)." 2. reimplement TableView.TableViewSelectionModel.isSelected(int) method to return true when at least one cell in *any* column is selected...
The goal of this change is to make sure jfx repo can be imported as a gradle project in eclipse and all nested projects in the workspace compile with no...
Setting a null selection model in TableView and TreeTableView produce NPE on sorting (and probably in some other situations) because the check for null is not done in several parts...
The current CONSTRAINED_RESIZE_POLICY has a number of issues as explained in [JDK-8292810](https://bugs.openjdk.org/browse/JDK-8292810). We propose to address all these issues by replacing the old column resize algorithm with a different one,...
Adding a tests/.classpath file to include tests/manual/controls source folder so Eclipse could see/execute manual tests there. Also, I would rather move the sources there to a specific package (test.manual ?)...
The issue is caused by TreeTableRow incorrectly selected when cell selection mode is enabled. Changes: - modified TreeTableRow.updateSelection() --------- ### Progress - [x] Change must not contain extraneous whitespace -...
Using Weak*Listeners eliminates the memory leak. --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] Change...
Setting a null selection model in TableView and TreeTableView produce NPE on sorting (and probably in some other situations) because the check for null is missing in several places. Setting...
**Describe the bug** - fails to detect the app has shut down - UI freezes once the user double clicks on the app that has shut down - there is...