AnalyticalTable: Mouse wheel scrolling not working when mouse is in the same position
See original GitHub issueDescribe the bug When I try to scroll the mouse wheel without changing the position of the mouse cursor, the scrolling stops. After that, the mouse wheel does not work in any direction. If I change the mouse position (move the cursor) the scrolling continues.
Isolated Example https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--default-story
To Reproduce Steps to reproduce the behavior:
- Open AnalyticalTable (table should be scrollable)
- Scroll with wheel (middle) button without changing mouse postion.
- Scroll stops
Expected behavior Scrolling should work if turn the mouse wheel in any direction (up and down), if the position of the mouse cursor has not changed
UI5 Web Components for React Information
@ui5/webcomponents version: 0.25.0
@ui5/webcomponents-react version: 0.25.0
Operating System: Windows 10
Browser: Google Chrome (64-bit) Version 102.0.5005.63
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)

Top Related StackOverflow Question
After fix I can’t reproduce issue. Closed
Thanks for the videos. As the
will-changeproperty doesn’t seem to fix the issue as well, I guess we have to wait for the upstream issues to be fixed.