FilteringTable icon indicating copy to clipboard operation
FilteringTable copied to clipboard

scroll behavior is inconsistent across browsers

Open gstephenson76 opened this issue 8 years ago • 1 comments

I'm using 0.9.15.v7 with Vaadin 7.7.10. When using IE11, if I select a row and then use the down arrow, the next row gets selected (as you might expect). If I then click the newly selected row and then use the down arrow, the selected row "sticks" and the whole table scrolls (almost like a "scroll lock") rather than the next row getting selected. If I click the selected row again and use the down arrow it reverts back to the initial behavior. I cannot reproduce the issue in Chrome or Firefox. Is there a setting to control this or is this a bug? Note, I have not implemented any listeners for my arrow keys so I'm just using the built in functionality.

gstephenson76 avatar Jun 28 '17 12:06 gstephenson76

Found same issue ##here: https://github.com/vaadin/framework/issues/4583

So it is the underlying framework and not the add-on.

gstephenson76 avatar Aug 07 '17 19:08 gstephenson76