Properties panel entry accidentally focuses #4710
Labels
backlog
Queued in backlog
BPMN
bug
Something isn't working
properties panel
spring cleaning
Could be cleaned up one day
Describe the bug
As a user I want to reliably be able to undo a longer chain of commands, and potentially redo them afterwards. What I found is that under some circumstances the properties panel would focus some updated entries forcibly as part of an undo/redo operation, hence breaking the undo/redo flow:
Steps to reproduce
CtrlOrCmd + Z
pressed)Name
input is focussed, and redo does not workExpected behavior
The properties panel does not forcibly focus a field on undo/redo.
Environment
Additional context
The same thing cannot be reproduced in a reasonably long Camunda 7 configuration:
It cannot be reproduced with
zeebe:Property
, aka extension elements, too:It cannot be reproduced with IO mappings either, so this may be an execution listener exclusive bug:
The text was updated successfully, but these errors were encountered: