eclipse-sirius / sirius-web

Sirius Web: open-source low-code platform to define custom web applications supporting your specific visual languages
https://eclipse.dev/sirius/sirius-web.html
Eclipse Public License 2.0
83 stars 54 forks source link

Unable to perform two chained direct-edit #2162

Closed gcoutable closed 1 year ago

gcoutable commented 1 year ago

Steps to reproduce:

Actual behavior

The second direct-edit is not triggered

Expected behavior

The text field used to edit the node label should be displayed

gcoutable commented 1 year ago

When the first direct-edit is triggered, the DOM active element refers to the node itself. When the second direct-edit is triggered, the DOM active element refers to the , even if the reactflow node is still selected (its palette is visible). The workbench selection is the semantic element associated with the reactflow node.