-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: allow copy/paste between browser windows #2324
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
base: develop
Are you sure you want to change the base?
feat: allow copy/paste between browser windows #2324
Conversation
The CI is failing right now. Can you have a look? |
yes we looked at the failing tests and identified it happening because of issues with asynchronous code in testing, which did not occur while testing locally. We are on it👍 |
Hi,
Screen.Recording.2025-06-25.at.16.24.16.mov
This requirement might be difficult to implement given the asynchronous nature of the API. This could be a reason to make the feature optional. |
Suggestion: Look up how excalidraw handles cross-browser copy and paste. You can use an existing copy-to-image service, and add descriptor embedding to it. |
Or easier: Adopt the pattern of setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cf. the comments above.
Hey, thank you very much for your feedback. Unfortunatly the submission deadline for the informaticup (which was our motivation to tackle this issue in the first place) ends tomorrow. This means that we as a team unfortunatly have to focus on other university work. Nevertheless we would like to see this feature merged and will try to tackle the requested changes in our own time. |
All right! Thanks for notice. |
added ability to copy and paste bpmn elemtents between browser window or different applications using the systems clipboard
implementation based on this
closes #1709