- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    8
- 
    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