camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.51k stars 484 forks source link

Form Text Field is not resizable #3542

Open marstamm opened 1 year ago

marstamm commented 1 year ago

Describe the bug

When I open or create a Form with a very long Text input, the Properties Panel becomes hard to use. This was not the case in 8.9

5.9 image

5.10 image

Steps to reproduce

  1. Open this Form:
    {
    "components": [
    {
      "text": "# Text\nI have a very long Text\nIn this Field\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt has whitespace, but I don't care\n\n\n\n\n\n\n\nHello",
      "type": "text",
      "id": "Field_06ike7l"
    }
    ],
    "type": "default",
    "id": "Form_1617zj4",
    "executionPlatform": "Camunda Cloud",
    "executionPlatformVersion": "8.1.0",
    "exporter": {
    "name": "Camunda Modeler",
    "version": "5.9.0"
    },
    "schemaVersion": 7
    }
  2. I have to scroll or close the "General" Tab completely to see the rest of the properties.

Expected behavior

The Area has a size limit by default that I can extend if needed to (5.9 behavior)

Environment

Camunda Modeler system information

Additional context

No response

Skaiir commented 2 months ago

While still true, we limit the height of the inputs nowadays and honestly usability is nice. Personally I wouldn't change anything, haven't really had any feedback or notes on this. I guess it's a preference, but at this point it's been this way for a while, so I'd opt for closing.

Wdyt @marstamm?