After some research I found that browser doesn't fire mouse up events even on direct window.document listeners after moved out of window. So probably this is not mxgraph error,
but can you help me with any workaround in such case? How can I reset moving or do any trick to reset editing of graph.
In our application this situation can lead to different level errors, so if possible I want to avoid such cases.
I found very similar case in #131 but that solution didn't work in my case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, We found wrong behavior of moving elements (e.g. vertex) after some bad scenario :
can be reproduced on https://jgraph.github.io/mxgraph/javascript/examples/editors/workfloweditor.html For easy reproducing remove from app.js (https://jgraph.github.io/mxgraph/javascript/examples/editors/js/app.js) this code :
After some research I found that browser doesn't fire mouse up events even on direct window.document listeners after moved out of window. So probably this is not mxgraph error, but can you help me with any workaround in such case? How can I reset moving or do any trick to reset editing of graph. In our application this situation can lead to different level errors, so if possible I want to avoid such cases. I found very similar case in #131 but that solution didn't work in my case.