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

Connection tool is missing in somewhere when drawing the line.

Open xachary opened this issue 5 years ago • 3 comments

Describe the Bug

Connection tool is missing in somewhere when drawing the line.

Steps to Reproduce

  • Open https://demo.bpmn.io/s/start
  • Move canvas to bottom right by a few pixels
  • Activate the connection tool and move over the diagrams 0,0 coordinate origin
  • See that the diagram preview is cut of

demo.gif

Expected Behavior

Preview the connection is correcttly.

Environment

  • Browser: IE 11, Chrome 69, Chrome 86, Firefox 82
  • OS: Windows 7, Arch Linux
  • Library version: v7.4.0

xachary avatar Nov 13 '20 06:11 xachary

Please highlight the borders of the drawing container:

.bjs-container {
  position: relative;
  border: solid 1px fuchsia;
}

It is likely that your container simply ends where you see the connection ending.

nikku avatar Nov 13 '20 12:11 nikku

Like this: DPSFPO.gif

Can reproduce the issue now and updated the steps to reproduce accordingly.

https://github.com/bpmn-io/bpmn-js/issues/1370

xachary avatar Nov 14 '20 10:11 xachary

Can reproduce the issue now and updated the steps to reproduce accordingly.

nikku avatar Nov 14 '20 18:11 nikku