Tobias Ortmayr
Tobias Ortmayr
Currently we seem to have a couple of minor bugs that cause glitches layouting issues when creating new nodes or clicking on existing nodes (e.g. label edit) - When creating...
The builder API for the Java server seems to be incomplete. In particular its not possible to - define layout options for `GLabel`s or `GPorts`, `GButtons`. They correctly extends from...
Currently, there is no reliable way to defer action dispatching from the extension side until the diagram has been initialized. Inside of the webview we can use the `ActionDispatcher.dispatchOnceModelInitialized` action...
When using Windows/Edge there seems to be a focus issue when using the diagram editor in a side-by-side usecase. Clicking into the diagram editor does not properly propergate the focus...
Currently the node creation tool send a `ChangeBoundsOperation` to the server after a move operation even if the position of the element has not changed. For example in the workflow...
When the `EdgeCreationTool` is active, hover feedback does not work. This is caused by the the check in this `GLSPHoverMouseListener`: https://github.com/eclipse-glsp/glsp-client/blob/2d240a399693676cd7ac2b3740f95f4b6562f3ad/packages/client/src/features/hover/hover.ts#L58 Affectingly the hover listener is completely disabled when the...
There are a couple of issues with the current implementation of the `EdgeCreationTool` that should be addressed: 1. The `Feedback` API is not used consistently. While most tool feedback is...
The dependencies of the dev packages are pretty dated at this point. Unfortunately upgrading is not straight forward as a lot of those packages have either moved to pure esm...
Currently the focus tracker simply sets the `hasFocus` property to true on init. This is an issue because 1. This means that the initial state of the focus tracker is...
Fix ci badges #### What it does #### How to test #### Follow-ups #### Changelog - [ ] This PR should be mentioned in the changelog - [ ] This...