bpmn-io / bpmn-js

A BPMN 2.0 rendering toolkit and web modeler.
https://bpmn.io/toolkit/bpmn-js/
Other
8.64k stars 1.33k forks source link

After 8.0, I can't use ctrl and the left mouse button to select multiple nodes, it is possible before 8.0 #1475

Closed threefish closed 10 months ago

threefish commented 3 years ago

Describe the Bug

After 8.0, I can't use ctrl and the left mouse button to select multiple nodes, it is possible before 8.0 .I think it's a bug . Can be reproduced on https://demo.bpmn.io/bpmn

Environment

nikku commented 3 years ago

Thanks for opening this issue @threefish!

This seems to be a side-effect of a number of keyboard shortcut related improvements we shipped with v8.0.0: https://github.com/bpmn-io/bpmn-js/blob/develop/CHANGELOG.md#800.

nikku commented 1 year ago

Also reported by internal tester.

hkupitz commented 1 year ago

As @marstamm told me, Ctrl + Shift still works so that's a workaround for now.

saumyaupadhyay95 commented 10 months ago

Hi @nikku, this is an important issue that my team and I are relying on to be fixed. Could you please let us know when can we have this fixed? Thanks!

nikku commented 10 months ago

Could you please let us know when can we have this fixed?

This has no priority for us at the moment. The shortcut SHIFT is available to do multi-selection, and it is common across tools for the job.

CTRL is now our drag canvas modifier, an important tool to navigate around larger diagrams, and clashes with the previous add to selection feature.

I'll close the issue as won't fix.