scroll behavior is inconsistent across browsers
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.
Found same issue ##here: https://github.com/vaadin/framework/issues/4583
So it is the underlying framework and not the add-on.