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

Input options can appear to change between script runs #483

Open
hinerm opened this issue Sep 13, 2024 · 0 comments
Open

Input options can appear to change between script runs #483

hinerm opened this issue Sep 13, 2024 · 0 comments

Comments

@hinerm
Copy link
Member

hinerm commented Sep 13, 2024

Because converters are run when setting a widget value, this can trigger registration with the object service which then makes the converted value available on subsequent runs. If the pre- and post- conversion objects have a different toString representation then they will appear different.

This branch resolves the issue by aggressively converting, but that seemed overly aggressive and likely to have unintended consequences.

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

No branches or pull requests

1 participant