-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After pasting, all pasted elements should be selected #1152
Comments
5 tasks
Needs fix in SelectionBehavior. 🛠 |
pinussilvestrus
pushed a commit
to bpmn-io/diagram-js
that referenced
this issue
Aug 8, 2019
pinussilvestrus
pushed a commit
to bpmn-io/diagram-js
that referenced
this issue
Aug 8, 2019
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
ready
Ready to be worked on
labels
Aug 8, 2019
This was referenced Aug 8, 2019
philippfromme
pushed a commit
that referenced
this issue
Aug 9, 2019
* use autoSelect hint to only select start event after create Related to #1152
philippfromme
pushed a commit
that referenced
this issue
Aug 9, 2019
* use autoSelect hint to only select start event after create Related to #1152
philippfromme
pushed a commit
to bpmn-io/diagram-js
that referenced
this issue
Aug 9, 2019
* autoSelect === Array<djs.model.Base> selects elements * autoSelect === false selects no elements Related to bpmn-io/bpmn-js#1152
philippfromme
pushed a commit
to bpmn-io/diagram-js
that referenced
this issue
Aug 9, 2019
* autoSelect === Array<djs.model.Base> selects elements * autoSelect === false selects no elements Related to bpmn-io/bpmn-js#1152
merge-me bot
pushed a commit
to bpmn-io/diagram-js
that referenced
this issue
Aug 9, 2019
* autoSelect === Array<djs.model.Base> selects elements * autoSelect === false selects no elements Related to bpmn-io/bpmn-js#1152
merge-me bot
pushed a commit
that referenced
this issue
Aug 9, 2019
* use autoSelect hint to only select start event after create Related to #1152
Closed via bpmn-io/diagram-js#392. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
The old (< 5) behavior of the library was that all elements that got pasted are selected afterwards. This is a standard behavior seen in all sorts of applications.
The new behavior is that the first element created is being selected. As a side-effect, direct editing gets enabled when it should not:
Steps to Reproduce
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: