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

Highlighting unexpected behaviour Ember Collection #111

Open
lhluo opened this issue Mar 22, 2016 · 2 comments
Open

Highlighting unexpected behaviour Ember Collection #111

lhluo opened this issue Mar 22, 2016 · 2 comments

Comments

@lhluo
Copy link

lhluo commented Mar 22, 2016

When using an ember-collection, and scrolling down for a bit (so views are recycled and re-ordered). Highlighting a portion that expands more than a few items will sometimes highlight the whole list. This is probably because of the way that the DOM is arranged. Is there any work-around so that highlighting works as expected?

@raytiley
Copy link
Contributor

This is almost definitely related to items being rendered in the DOM in a different order than the collection. There is a hack here: #98 to preserve cell order. I'm going to work on moving that forward which should resolve this.

@hunterboerner
Copy link

Same problem here. Is this being fixed?

hunterboerner added a commit to rabbit-ci/rabbit-ci that referenced this issue Jul 14, 2016
* Cavets:

Highlighting is totally broken:
adopted-ember-addons/ember-collection#111

Scroll position does not go to top when you click on another job. This
_can_ be fixed.
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

No branches or pull requests

3 participants