You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can repro on nightly (11.3.999-cibuild0053693-alpha), so this seems to be a breaking change in the 11.1 binding refactor.
PropertyChanged seems to be squashed when the source value hasn't changed from the prior PropertyChanged event. Perhaps an optimization for most scenarios as OneWay is typically used for control properties that the control itself does not mutate?
Repro works as expected when you propagate hard changes. ie.
Describe the bug
Calling
OnPropertyChanged
to update the UI so it matches the underlying property no longer works.Xaml:
VM:
To Reproduce
OnropertyChanged
.Expected behavior
On Avalonia 11.0.13 it still works (TestRepo)
Avalonia version
11.1.0 and above including latest nightly build
OS
macOS
Additional context
No response
The text was updated successfully, but these errors were encountered: