Replies: 1 comment 2 replies
-
@rsoika Good catch! I actually can reproduce this on the workflow example as well. However, from a first glance I did not see anything obvious missing. I will do a deeper dive tomorrow and let you know if I find the issue. Thank you for the report! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a strange effect with my modeller project. When running the modeler in Theia using Firefox Browser I can not grab a Edge Waypoint and move it.
But every thing else works normal. Using chrome browser all works fine.
You can see this effect in the online demo of coffee-editor too: https://try.theia-cloud.io/?appDef=coffee-editor
If you run the demo in Firefox and select a waypoint, you can not move it on the first click. You need to click the waypoint twice to get it moveable.
But when using Chrome the waypoint is always moveable.
Maybe I have implemented a
selectionService
in a wrong way causing this issue. But in my case I can not move a waypoint in Firefox even if I click several times on the waypoint.Does anybody know about this kind of issue?
Beta Was this translation helpful? Give feedback.
All reactions