-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree plugin displaying blank rows after scrolling, not querying from store #817
Comments
I can make this occur in the standard a test page by changing To reproduce:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a tree has a root node expanded, and then another root node below is expanded, if there are more child nodes than the minimum query size, no further queries are issued to the store, leaving a blank area where data should be displayed.
To reproduce using the gist at https://gist.github.com/gregington/8553325
Expected Result
Row 4:25 and subsequent rows are queried to fill the visible area.
Actual Result
The required rows are not queried from the store.
I instrumented the store to display when it was queried. I get the following results.
Note that only 25 children of root node 4 are queried - there are 100 children.
Screen Shot
![image](https://camo.githubusercontent.com/0c9c0922064f4adb8fde1240c749b47d10ba97d8cb472d9671746c347992bb0b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f343638343032302f313937313031372f31656534646366652d383331642d313165332d393933652d3565356561343662646537372e706e67)
See the following screen shot which shown rows 4:25 and beyond missing.
Browsers
This behaviour is seen on Chrome version 32.0.1700.76 m and Firefox v 22.0. This gist does not seem to work for me under IE, but I have seen the same behaviour in a more complex example, not suited for filing a bug report.
Library versions
Libraries used to reproduce this behaviour
The text was updated successfully, but these errors were encountered: