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

SuppressChangeNotifications on derived collections / object properties #64

Closed
nisbus opened this issue May 13, 2012 · 3 comments
Closed
Labels

Comments

@nisbus
Copy link

nisbus commented May 13, 2012

When creating a DerivedCollection (child) from a ReactiveCollection (source) and then adding to the source while suppressing change notifications the derived collection still raises events.

I guess the same thing will apply to a ReactiveObject owning ReactiveCollections i.e. calling SuppressChangeNotifications on the owning object and then adding to the collection will raise the collections change events (this is easier to handle but still a little counter intuitive).

@anaisbetts
Copy link
Member

Good bug. And it only took three months for me to check the issue tracker, d'oh. Sorry about that. I'll look into it.

@anaisbetts
Copy link
Member

This probably needs to be fixed with rewriting ReactiveCollection, along with #76

@anaisbetts
Copy link
Member

Fixed!

@lock lock bot added the outdated label Jun 26, 2019
@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants