[grid] Cell tooltip can prevent grid from scrolling #4766
Labels
bug
Something isn't working
Impact: Low
regression
Sometimes we make things break
Severity: Minor
vaadin-grid
Description
When scrolling the grid with a mouse wheel or trackpad a tooltip can block scrolling. After starting to scroll, the tooltip will move under the mouse cursor, after which the grid stops scrolling. After the tooltip disappears the grid continues to scroll.
Bildschirmaufnahme.2022-10-17.um.15.26.40.mov
I could reproduce this in Safari and Firefox on macOS. Was not reproducable in Chrome, as the grid seems to receive mouse events during scrolling here, which means the tooltip is moved to lower cells while scrolling.
Expected outcome
The grid should continue to scroll regardless whether the mouse cursor is over a tooltip or not.
Minimal reproducible example
Steps to reproduce
Environment
Vaadin version(s): 23.3
Browsers
Firefox, Safari
The text was updated successfully, but these errors were encountered: