windmill-labs / windmill

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.

Home Page:https://windmill.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Flow Input default values overflow horizontally

wasnertobias opened this issue · comments

Describe the bug

When e.g. having a very long String as a default value for a flow input variable the Flow Input view overflows big time. This causes crashing of the browser, if you want to scroll all the way to the right to use the "Delete" or "Edit" buttons etc.

To reproduce

  1. Create Flow (in edit view)
  2. Add Argument to the Flow Input, which has a very big default value
  3. Try to delete the Argument (have fun scrolling)
  4. Browser crashes before you can reach the delete button, e.g. Chrome with "Error code: 5"

If no crash happens, you did not choose a big enough default value ;)

Expected behavior

Text is hidden after a certain length, to avoid insanity

Screenshots

No response

Browser information

Chromium Version 124.0.6367.92

Application version

EE v1.320.3-4-g39e1ea3d5

Additional Context

No response

Fixed in 450201d