camunda / camunda-modeler

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

Lane Label Obscures Text During Editing #4477

Closed sarahekelley closed 1 month ago

sarahekelley commented 2 months ago

Describe the bug

When editing a Lane label, the text being typed is obscured by the old label, making it difficult to see what's being entered. The new text only becomes visible after the edit is completed.

Steps to reproduce

  1. Create a diagram with a Pool and at least two Lanes.
  2. Label one of the lanes.
  3. Double-click to edit the label, select the existing text, and begin typing.

camunda-lane-label_bug

Expected behavior

The new text should be visible as it's being typed, replacing the old label text in real-time.

camunda-lane-label_expected-behavior

Environment

Additional context

No response

nikku commented 2 months ago

Thanks for the report. I can reproduce the issue.

nikku commented 2 months ago

Fixed upstream via https://github.com/bpmn-io/bpmn-js/pull/2224.