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

Fix for issue with Em.computed.sort observers #11220

Merged
merged 2 commits into from
May 19, 2015

Conversation

dsokolowski
Copy link

Item property observers are not detached when 'sortProperties' array is changing. In some cases it causes exception when an item is being changed.

Here is an example that recreates the issue. http://emberjs.jsbin.com/zobufohete/1/edit (use chrome inspector to see the exception)

@rwjblue
Copy link
Member

rwjblue commented May 19, 2015

👍

@rwjblue
Copy link
Member

rwjblue commented May 19, 2015

Thank you!

rwjblue added a commit that referenced this pull request May 19, 2015
Fix for issue with Em.computed.sort observers
@rwjblue rwjblue merged commit c56f6b3 into emberjs:master May 19, 2015
@dsokolowski dsokolowski deleted the computed_sort_fix branch May 21, 2015 18:25
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.

2 participants