Skip to content
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

Scrolling large #132

Merged
7 commits merged into from
Apr 12, 2012
Merged

Scrolling large #132

7 commits merged into from
Apr 12, 2012

Conversation

kriszyp
Copy link
Contributor

@kriszyp kriszyp commented Mar 19, 2012

No description provided.

scbird and others added 4 commits March 11, 2012 19:55
ColumnSet.renderArray() now handles Deferreds
Added row buffer to OnDemandGrid to increase perceived performance
Fixed row reordering bug in Chrome (_StoreMixin.js)
…-large

Conflicts:
	_StoreMixin.js
	test/complex_column.html
…so it is only used when explicitly changed)

Reverted putting the count property on the preload object instead of the node
Revert back to not splitting preload nodes, to keep rows contiguous.
Fixed issues with reclaiming loading nodes as distant nodes.
…g-large

Conflicts:
	OnDemandList.js
	test/complex_column.html
@@ -57,11 +63,11 @@ return declare([List, _StoreMixin], {
var rootQuery = true;
var topPreload = {
node: put(this.contentNode, "div.dgrid-preload", {
rowIndex: 0
rowIndex: 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing comma

@kriszyp
Copy link
Contributor Author

kriszyp commented Apr 10, 2012

This branch doesn't inject preload nodes in between rows, so I am not sure I understand how there would be an issue with rowIndex incrementation improperly treating a preload node as a single row.

ghost pushed a commit that referenced this pull request Apr 12, 2012
Improvements to OnDemandList particularly for large grids
@ghost ghost merged commit 2ed49e3 into SitePen:master Apr 12, 2012
@ghost ghost mentioned this pull request May 14, 2012
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants