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

Fix editor committing value twice when tab is pressed #942

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

jasdom
Copy link
Contributor

@jasdom jasdom commented Jul 31, 2024

Changes

Fixes #932. Pressing tab would cause the value to be committed as well as a blur event that would also try to commit the value.

Testing

Removed a workaround from a test and tested in test app.

@jasdom jasdom marked this pull request as ready for review July 31, 2024 13:11
@jasdom jasdom requested a review from a team as a code owner July 31, 2024 13:11
@jasdom jasdom requested a review from a team July 31, 2024 13:11
@jasdom jasdom closed this Jul 31, 2024
@jasdom jasdom reopened this Jul 31, 2024
@jasdom jasdom enabled auto-merge (squash) July 31, 2024 16:12
@jasdom jasdom merged commit e452fc3 into master Aug 1, 2024
20 checks passed
@jasdom jasdom deleted the fix-editor-double-commit branch August 1, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double onPropertyUpdated in PropertyGrid when pressing Tab
3 participants