When deleting a selected element in the editor (by means of Esc), the corresponding Properties form remains.
Posterior editing of the orphan form leads to a runtime error.
As far as I could trace, OPElementController>>ensureDeselected sends fakeClicked: to OPRSSelectable for sending finally rebuildWidget to OPDynamicForm. It seems that a form resetting is missing.
When deleting a selected element in the editor (by means of
Esc), the corresponding Properties form remains.Posterior editing of the orphan form leads to a runtime error.
As far as I could trace,
OPElementController>>ensureDeselectedsendsfakeClicked:toOPRSSelectablefor sending finallyrebuildWidgetto OPDynamicForm. It seems that a form resetting is missing.