camunda / camunda-modeler

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

Selected field does not scroll into view #4346

Open nikku opened 4 months ago

nikku commented 4 months ago

Describe the bug

With modeler v5.24.0 we now scroll to elements that are focused in the properties panel. This logic does not seem to be done consistently:

capture 94MSXx_optimized

Steps to reproduce

Approach 1

  1. create outputs
  2. scroll up (output list above + button)
  3. add new output
  4. element will be scrolled to, but hidden by outputs overlay

Approach 2

  1. create C7 diagram
  2. create task
  3. create execution listener
  4. create field injections
  5. See that new field injection is not scrolled to

Expected behavior

Environment

Additional context

No response

nikku commented 4 months ago

Let's wait for users to report this.