-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click on interactible field (e.g. Text field) causes "drag" event for the node to start #126
Comments
I made the gif on Win10. I just tried on my mac and it happens with chrome and safari there too. So i guess it must have to do something with my NodeRed instance or the Node. I am using NodeRed in docker. |
computers!!!!! :( |
I just tried with a completely fresh NodeRed Docker instance. => not working So I guess I am stuck on 2.0.0 for now. |
I'll see if I can install Docker on my Pi5 and see what happens FYI The machine I tested out on is running 3.1.0/2.4.0 |
I guess its unrelated (at least I don't see a connection) but I am running NodeRed on an Unraid machine using the official NodeRed containers. |
I get the same behaviour as you with the docker version (3.1.3/2.4.0) on my Pi5 |
Thanks for trying. At least it is reproducible then. |
This is probably going to be a core Blockly issue as those block are standard Blockly - not special ones that Bart has added for NR |
See this thread for info |
Hi, I just tried out the Blockly node and I like the concept. But I have the issue you can see in the gif. When I click on something where I would expect a div switching for an editable component the node instead starts dragging and I can not drop it anymore without closing the editor.
The Javascript console gives the following error:
NodeRed version is 3.1.3 and node-red-contrib-blockly at 2.4.0
Happens with Firefox and Chrome. Any Ideas?
The text was updated successfully, but these errors were encountered: