Issue: Horizontal scrolling starts from the left when RTL is enabled and a data source is set asynchronously.
Demo: CodeSandBox
Steps to reproduce:
-
Open the CodeSandBox project I attached.
-
See the initial position of a horizontal scrollbar after the data source is set.
Actual Behavior:
Horizontal scrolling starts from the left.
Expected Behavior:
Horizontal scrolling starts from the right because RTL is enabled.
We are researching ways to fix the issue. As a workaround, it is possible to update the scrollbar position in the onContentReady event handler as shown in this CodeSandBox project.