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 bug where form editor can trigger unneeded editor change #1564

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

joswig
Copy link
Collaborator

@joswig joswig commented Nov 21, 2024

ArgEditor makes unnecessary call to edit text editor contents. During initial render of form view this can trigger race condition as multiple changes come through in rapid succession and we're debouncing the updates from the editor. Not observed after initial form view load

seq_change.mov

@joswig joswig marked this pull request as ready for review November 21, 2024 04:11
@joswig joswig requested a review from a team as a code owner November 21, 2024 04:11
@joswig
Copy link
Collaborator Author

joswig commented Nov 21, 2024

@duranb this may be manifested by the time argument, we don't have a control for that argument type yet as they haven't been present in the dictionaries we've seen

Copy link
Collaborator

@duranb duranb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@joswig joswig merged commit abf6687 into develop Nov 21, 2024
11 checks passed
@joswig joswig deleted the fix/extraneous_argument_set branch November 21, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants