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

Fixed issue when bind to bindingContext and other property. #2586

Merged
merged 1 commit into from Aug 16, 2016

Conversation

nsndeck
Copy link

@nsndeck nsndeck commented Aug 15, 2016

Fixing an issue with binding an element to its bindingContext property. The issue can be reproduced if an element is bound to bindingContext and any other property. By design the other property should be relative to the local bindingContext (the new one which is result from the first binding to bindingContext). Unfortunately due to bug this local bindingContext is not taken into account - instead bindingContext object value when binding is created is used.

@nsndeck nsndeck added the bug label Aug 15, 2016
@nsndeck nsndeck added this to the 2.3.0 (consideration) milestone Aug 15, 2016
@nsndeck nsndeck merged commit 3968d6f into master Aug 16, 2016
@nsndeck nsndeck deleted the nnikolov/BindingToBindingContextIssue branch August 16, 2016 06:13
@lock
Copy link

lock bot commented Aug 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants