Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.3
-
Fix Version/s: EE-4.3.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When livescrolling is enabled on an ace:dataTable, the livescrolling functionality works correctly, regarding automatically loading subsequent or previous rows. However, after loading new rows, the scrollbar handle jumps to the top, displaying whatever rows currently appear at the top of the container, instead of displaying the same rows that were in view just before the livescrolling occurred.
There's actually some code to do this already. However, something else is resetting the scrollbar to the top afterwards.
There's actually some code to do this already. However, something else is resetting the scrollbar to the top afterwards.
r52839, r52840: modified the approach to adjust the scrollbar handle after the livescrolling occurs to endure that it is performed after all other resizing calculations (committed to the 4.3 trunk and to the EE 4.3 tag)