Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.7.1, 5.8.0, 5.9.0 RC
-
None
-
macOS 10.11.6, windows 10
Description
After using select function and changing currentRow using the following codeĀ
tableView.selection.select(1) tableView.currentRow = 1
TableView selection starts behaving wrong.
Steps to reproduce:
- lunch the attached example
- Click on 3rd or 4th item while holding the Shift key. For some unknown reason the first item is always selected.