-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
Environment:
8.0b84
Run the attached code.
Note, that all 3 columns participate in sort order :
table.getSortOrder().addAll(firstNameCol, lastNameCol, emailCol);
but first is not sortable, so it isn't sort. And the second and the third columns have 2 and 3 dots about sort order correspondingly. I expect 1 and 2 dots.
Affected tests:
ControlsAutomatedTestSuite/javafx/scene/control/test/tableview/TableViewNewTest/columnSortablePropertyTest
ControlsAutomatedTestSuite/javafx/scene/control/test/treetable/TreeTableAsNewTableTest/columnSortablePropertyTest
Note, that all 3 columns participate in sort order :
table.getSortOrder().addAll(firstNameCol, lastNameCol, emailCol);
but first is not sortable, so it isn't sort. And the second and the third columns have 2 and 3 dots about sort order correspondingly. I expect 1 and 2 dots.
Affected tests:
ControlsAutomatedTestSuite/javafx/scene/control/test/tableview/TableViewNewTest/columnSortablePropertyTest
ControlsAutomatedTestSuite/javafx/scene/control/test/treetable/TreeTableAsNewTableTest/columnSortablePropertyTest