jomarko opened a new issue, #991: URL: https://github.com/apache/incubator-kie-issues/issues/991
### Steps to create waypoint - Start new **dmn-editor** as: `pnpm -F dmn-editor start` - Access `localhost:9901` in your **firefox** browser - Open the `Misc/Empty` story - Add two nodes: **Input Data** and **Decision** - Make sure you have a connection/edge between them: **New Input Data** -> **New Decision** - Select the edge: click on it - Add a Waypoint to the edge by double-click on the edge - Check the Waypoint was added by dragging edge ending nodes, you will have a situation like below:  ### Steps to see the issues Once you are done with the procedure above, try to click on the waypoint to select it and then drag it to a new position, you will be not able to do it. Furthermore, when you will try to remove the waypoint on firefox by double click, there will appear this log message in console and the waypoint is not removed: ``` Preventing overlapping waypoint creation. ``` ### Google Chrome Compare the same situation with the **google chrome**, where the waypoint indicator is **filled' blue circle** in **google chrome**, while it is **non filled blue circle** on **firefox**.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
