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

Entering ' in a numeric input widget breaks the node #9838

Open
radeusgd opened this issue May 2, 2024 · 0 comments
Open

Entering ' in a numeric input widget breaks the node #9838

radeusgd opened this issue May 2, 2024 · 0 comments
Labels
--bug Type: bug -gui

Comments

@radeusgd
Copy link
Member

radeusgd commented May 2, 2024

By accident I typed 8' in a number input widget and pressed enter.

Enso_nOdV18jMqh.mp4

Actual behaviour

operator3158.filter 'Grade' ( ( (Filter_Condition.Equal) ( 8 ( '))))

image

This led to the node becoming unparseable and display wrongly in the GUI.

Expected behaviour

The value should not be submitted, I probably should get some warning that ' is not a valid character in the numeric input.

Definitely the node should not become unparseable.

@radeusgd radeusgd added --bug Type: bug -gui labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--bug Type: bug -gui
Projects
Status: New
Development

No branches or pull requests

1 participant