| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.