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

Prevent duplication of cells while filtering #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Griff0ly0n
Copy link

Certain elements in an 'ember-collection' based list is rendered more than once, when filtering is performed on the list. I noticed this issue when i tried to use 'ember-collection' inside 'ember-power-select'. Below images depict this issue,

List showing duplicates

snip20180331_6
Duplicates in DOM

snip20180331_7

I traced down the root cause of this issue being related to presence of 'cellMap', which seems to be a lookup to check if the cell is already being rendered or not. Avoiding this lookup when inserting new items, resolve the issue.

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.

1 participant