We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing the value of a property through the ComboBox presented in the dev tools doesn't work the first time.
ComboBox
TextBox
CheckBox
Changing a property in the dev tools should always work.
Reproduced on latest master e35e949 Does not happen on 11.0.9
PropertyValueEditorView.ValueConverter ignores the first update which was supposed to contain the initial value: https://github.com/AvaloniaUI/Avalonia/blob/e35e94902eb4eef415e205fa0ca7e911ac2aa2f4/src/Avalonia.Diagnostics/Diagnostics/Views/PropertyValueEditorView.cs#L318C1-L324C1
PropertyValueEditorView.ValueConverter
The initial value isn't received anymore, so this code could probably be deleted. The change in behavior probably comes from #13970 ?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Changing the value of a property through the
ComboBox
presented in the dev tools doesn't work the first time.To Reproduce
ComboBox
,TextBox
orCheckBox
Expected behavior
Changing a property in the dev tools should always work.
Environment
Reproduced on latest master e35e949
Does not happen on 11.0.9
Additional context
PropertyValueEditorView.ValueConverter
ignores the first update which was supposed to contain the initial value:https://github.com/AvaloniaUI/Avalonia/blob/e35e94902eb4eef415e205fa0ca7e911ac2aa2f4/src/Avalonia.Diagnostics/Diagnostics/Views/PropertyValueEditorView.cs#L318C1-L324C1
The initial value isn't received anymore, so this code could probably be deleted.
The change in behavior probably comes from #13970 ?
The text was updated successfully, but these errors were encountered: