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
The script subtracts element hight from element top to find out if scroll bar is at the bottom. If the result of subtraction is 0 it assumes scroll bar is at the bottom.
The issue is scrollableElm.scrollTop returns an integer on Chrome running on Mac, but it returns a float on Chrome running on Windows as shown below:
Problem Description
Could not use scroll bar to auto scroll down the event list.
This issue was observed only on Browsers running on Windows OS.
How to Reproduce
Expected Behavior
Event list should get updated when using scroll bar.
The text was updated successfully, but these errors were encountered: