Details
Description
In the row selection mode, TableView shows the whole row as selected. There is no way to tell which cell has focus. I understand it is in the row selection mode. However even in row selection mode, the selected cell concept is still meaningful to users. User can press F2 to start editing for example. User can navigate to different cells using keyboard. The TableView's getFocusModel().focusedCellProperty is actually being updated correctly. There is just no UI indication of the focused cell.
It happens to both caspian style and modena style.
It happens to both caspian style and modena style.