Hi,
We've are using the latest nightly of Pro edition (01-10-2015) and are experiencing problems with both IE11 and Chrome Canary47).
We have a ListGrid that uses virtual scrolling to display thousands of records (in excess of 25k). We are loading 100 rows at a time as the user scrolls. This is working perfectly.
On each row we have a custom expansion component (created by returning a new instance of our custom component (based on a VLayout) from ListGrid getExpansionComponent(). Our system does not support having multiple expanded rows at the same time so only one row can be expanded at any given time.
This too works, and no errors are reported in the Isomorphic Console. However, when we scroll past 15k-ish records and then try to expand a row we are finding that while the row expands, nothing is displayed. I can use the Isomorphic console to locate the expansion component but it is either hidden or not positioned correctly. If I scroll back up, then the expansion components are displayed again.
I'm not sure how to debug this further and need some assistance. Attached are screenshots showing when it works and when it does not. Also given that this requires a lot of data and appears to only affect a virtual scrolling scenario, it is harder for me to provide a test case.
We've are using the latest nightly of Pro edition (01-10-2015) and are experiencing problems with both IE11 and Chrome Canary47).
We have a ListGrid that uses virtual scrolling to display thousands of records (in excess of 25k). We are loading 100 rows at a time as the user scrolls. This is working perfectly.
On each row we have a custom expansion component (created by returning a new instance of our custom component (based on a VLayout) from ListGrid getExpansionComponent(). Our system does not support having multiple expanded rows at the same time so only one row can be expanded at any given time.
This too works, and no errors are reported in the Isomorphic Console. However, when we scroll past 15k-ish records and then try to expand a row we are finding that while the row expands, nothing is displayed. I can use the Isomorphic console to locate the expansion component but it is either hidden or not positioned correctly. If I scroll back up, then the expansion components are displayed again.
I'm not sure how to debug this further and need some assistance. Attached are screenshots showing when it works and when it does not. Also given that this requires a lot of data and appears to only affect a virtual scrolling scenario, it is harder for me to provide a test case.
Comment