bpmn-js-examples icon indicating copy to clipboard operation
bpmn-js-examples copied to clipboard

Unable to place Pool/Participant

Open FinallyCanuck opened this issue 3 years ago • 8 comments

Describe the Bug

When I attempt to Create a Pool/Participant on an existing diagram, the object overwrites the diagram and the mouse cursor freezes prevent any further action.

Steps to Reproduce

  1. Create basic diagram with a few tasks and a pair of gateways.
  2. Click Create Pool/Participant
  3. The Pool is 'grabbed' and I place it on my diagram
  4. The diagram I placed the pool on disappears and the mouse locks holding another instance of the pool for me to place.
  5. I can't perform any other actions after this.

Expected Behaviour

When I click Create Pool/Participant, I should be able to place it on the diagram canvas either framing the existing diagram or adjacent to it.

Environment

  • Host (Browser/Node version), if applicable: MS Edge Version 103.0.1264.44 (Official build) (64-bit)
  • OS: Windows 10
  • Library version: bpmn-js 9.2.2

FinallyCanuck avatar Jul 05 '22 14:07 FinallyCanuck

Does it happen in any particular example? Can you reproduce it at https://demo.bpmn.io/?

barmac avatar Jul 06 '22 14:07 barmac

I can't reproduce it on https://demo.bpmn.io/. However, I was able to reproduce it on the demo on https://cdn.staticaly.com/gh/bpmn-io/bpmn-js-examples/master/starter/modeler.html (on the modeler starter).

Is there an option to clone the demo.bpmn.io version for local hosting?

FinallyCanuck avatar Jul 06 '22 14:07 FinallyCanuck

I cannot reproduce your issue on my machine (MacOS, MS Edge Version 103.0.1264.44 (Official build) (x86_64)). Perhaps one of my colleagues who use Windows can help out here @philippfromme @Skaiir

Is there an option to clone the demo.bpmn.io version for local hosting?

Unfortunately, demo.bpmn.io (the website) is not open source at the moment.

barmac avatar Jul 06 '22 16:07 barmac

@FinallyCanuck Please share a screen capture that shows how you reproduce the issue.

nikku avatar Jul 06 '22 18:07 nikku

I also cannot reproduce:

Window 10 64bit MS Edge Version 103.0.1264.44

Skaiir avatar Jul 06 '22 20:07 Skaiir

https://user-images.githubusercontent.com/10479763/177757283-61669b82-4235-418b-b0b2-65156564f181.mp4

See the attached screen capture. The only changes I've made to the Modeller starter is changing the font family and adding a header.

FinallyCanuck avatar Jul 07 '22 10:07 FinallyCanuck

What you shared looks different than the example you linked:

image

barmac avatar Jul 07 '22 10:07 barmac

What I shared initially was the demo that was provided with the starter modeler. The screen cast is my actual version based on that modeler starter.

FinallyCanuck avatar Jul 07 '22 13:07 FinallyCanuck

We cannot reproduce this on our end; either you allow us to reproduce it (provide an example we can try out) or you provide additional information, i.e. DevTools (F12) output.

Otherwise we'd need to close this as invalid.

nikku avatar Aug 18 '22 06:08 nikku

I have found a different solution to what I'm trying to accomplish. Closing this issue.

FinallyCanuck avatar Aug 18 '22 16:08 FinallyCanuck