I got this issue report in FloatingTableView.jl.
Basically, the user wants, when opening a dataset, to be able to use arrow keys to navigate from the get-go, without clicking on the window. This means having the cell selected, after which the user can scroll.
I am unsure if this can be resolved. If it can be resolved, I am unsure if it is resolved in Blink or here. But I think here is somewhat likely, given we can use javascript to emulate click events.
Any thoughts?