-
I have made a very very strange observation during migrating from GLSP 2.1 to 2.3. It is hard to describe and to reproduce: In my Open-BPMN Project I build the GGraph from my BPMN (XML) source file. I have had a very old diagram that did not open. All other diagrams work normal with version 2.3 so far. In glsp 2.3 it does not show any elements. So I tried to figure out which of the elements causes the problem. Removing one of the elements all is good again. Only with this 3 elements the problem occurs. The problematic coordinate seems to be the Y-Position of my task element, which is 209.0 . Changing this value to any other value fixed the problem too!. In case of the problem situation, the diagram did not show any element. After I inspected the graph element (Theia), I can see that some parameters are 'NaN' ! In the javascript console I see this message
Here is the full console.log: localhost-1739618734016.log This all does not look to me that I have something bad in my own code. I have also a 'Auto-Align' Feature in Open-BPMN. This snapps all elements into a 10x10 grid. Calling this command, saving the model and reopen it, fixes the problem (because the y-coordinate adjusted to 210.0 Very very strange....... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rsoika , |
Beta Was this translation helpful? Give feedback.
Hi @rsoika ,
Unfortunately I cannot reproduce this behavior with our dev example.
If I recall correctly you have a public access deployment of the OpenBPMN editor.
Could you maybe provide an example that we could test/debug there?