You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broken by #1579. The stickyOptions is not correct. Scrolling up results in false and no update of isStuckToBottom. Moving the table via the scroll handle also does not update isStuckToBottom.
Steps to reproduce
Create a ticking table
Scroll (with mouse wheel) to the bottom. Can drag the scroll thumb to the bottom then wheel up and down to do this
Scroll up or use the scroll thumb to move up
Expected results
Table stays where you scrolled
Actual results
On the next tick, the table will go back to the bottom. isStuckToBottom is not properly updated
Versions
Web UI Version: 0.52.0
The text was updated successfully, but these errors were encountered:
Description
Broken by #1579. The
stickyOptions
is not correct. Scrolling up results in false and no update ofisStuckToBottom
. Moving the table via the scroll handle also does not updateisStuckToBottom
.Steps to reproduce
Expected results
Table stays where you scrolled
Actual results
On the next tick, the table will go back to the bottom.
isStuckToBottom
is not properly updatedVersions
The text was updated successfully, but these errors were encountered: