bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
294 stars 136 forks source link

DRD: Cursor skips to beginning of definitions name on SPACE #274

Open philippfromme opened 6 years ago

philippfromme commented 6 years ago

foobar

yevmoroz commented 6 years ago

Also occurred in DMN editor.

pinussilvestrus commented 4 years ago

How can I enable this definitions edit popup in the DRD? Is this possible in newer Modeler versions at all?

philippfromme commented 4 years ago

We've hidden it with the introduction of the DMN properties panel by adding

.djs-container > .dmn-definitions {
  display: none;
}

to the stylesheet of the DMN editor.

azeghers commented 3 years ago

There's an additional bug in Firefox which I suspect to be related to this issue that moves the cursor back after the input debounce, regardless of where you are or what you type in the input field.

https://user-images.githubusercontent.com/42282939/105015495-e964bf00-5a41-11eb-9652-44987696f67a.mp4