-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Dragging fails to complete for collapsed procedure blocks that have been deserialised from JSON #6076
Labels
issue: bug
Describes why the code or behaviour is wrong
Comments
cmjcharlton
added
the
issue: triage
Issues awaiting triage by a Blockly team member
label
Apr 14, 2022
Thanks for reporting! Confirming that this is happening and that it does not look like it is regression. It looks like this has been happening since the September beta release. |
alschmiedt
added
issue: bug
Describes why the code or behaviour is wrong
and removed
issue: triage
Issues awaiting triage by a Blockly team member
labels
Apr 14, 2022
4 tasks
tweini
added a commit
to tweini/blockly
that referenced
this issue
Apr 20, 2022
tweini
added a commit
to tweini/blockly
that referenced
this issue
Apr 21, 2022
BeksOmega
pushed a commit
to BeksOmega/blockly
that referenced
this issue
Apr 28, 2022
google#6081) * fix: 6076 "dragging fails" improved * fix: "dragging fails (bug google#6076)" tested version * fix: "dragging fails (bug google#6076)" moved fix-code after L625
BeksOmega
pushed a commit
to BeksOmega/blockly
that referenced
this issue
Apr 28, 2022
google#6081) * fix: 6076 "dragging fails" improved * fix: "dragging fails (bug google#6076)" tested version * fix: "dragging fails (bug google#6076)" moved fix-code after L625
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If I attempt to drag and drop a collapsed procedure block that has been loaded from JSON the drag fails to complete and the block gets stuck to the mouse cursor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The block should remain in the location where I release the mouse button and no errors should be reported in the developer console.
Screenshots
Desktop (please complete the following information):
Stack Traces
Additional context
The error does not occur if I save/load to XML format.
I encounter the same problem in my own application using the current (Q1 2022) release.
The text was updated successfully, but these errors were encountered: