You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
* 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.
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?
The text was updated successfully, but these errors were encountered: