-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid text modification after TextChanged is raised
Fixes #6289 by removing text native TextBoxView text changes after TextChanged event is raised. This is problematic as it could cause race conditions in case the native view text changes but didn't have yet time to notify the managed code (this occurs for example on GTK).
- Loading branch information
1 parent
4092e2f
commit f5729d9
Showing
2 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters