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

previous attributes broken when another attributes changed in handler. #485

Open
mogadanez opened this issue Aug 18, 2014 · 0 comments
Open

Comments

@mogadanez
Copy link

Scenario:

  • has model with several listeners on some property propA
  • one of the listener change another property propB.
  • In rest of handlers for propA previousAttributes contains new value of propA instead old one.

In case of usage regular Model instead of RelationalModel previousAttributes contains old value as expected.

sample:
http://jsfiddle.net/4ohq1tho/1

this cause several issues like kmalakoff/knockback#121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants