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
There are several use cases where ScrollView does not behave correctly:
autoScroll detectEnd feature
in the documentation go to the Auto Scrolling section
select the option when end is detected
click on the Add text button to the point where the element scrolls
start clicking on Add text button as fast as you can several times
after a while, auto scroll should stop working
scroll position state on ScrollView element resize (not window)
in the old documentation go to the Custom Arrowssection
scroll horizontally to the end so that the end arrow disappears
resize the rendering window (not the browser window) so that you are not scrolled to the end anymore
the state updates only after you scroll, but it should update on resize of the ScrollView element
it works only if you resize the whole browser window
scroll position state sometimes stops working
in the product go to any diagnostics page that has horizontally scrolling console (e.g. Quality of Service)
try scrolling left end right and make sure to scroll to the start and to the end
if you try it long enough, the scroll position state stops working until you refresh the page (you see the arrows despite being scrolled to the start or to the end respectively)
The text was updated successfully, but these errors were encountered:
There are several use cases where
ScrollView
does not behave correctly:Auto Scrolling
sectionwhen end is detected
Add text
button to the point where the element scrollsAdd text
button as fast as you can several timesCustom Arrows
sectionScrollView
elementThe text was updated successfully, but these errors were encountered: