-
Notifications
You must be signed in to change notification settings - Fork 481
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
Windows Newline Characters Lost on Paste #2280
Labels
Milestone
Comments
philippfromme
added a commit
to bpmn-io/diagram-js-direct-editing
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/diagram-js-direct-editing
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/bpmn-js-properties-panel
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/bpmn-js-properties-panel
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/diagram-js-direct-editing
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/bpmn-js-properties-panel
that referenced
this issue
May 20, 2021
fake-join bot
pushed a commit
to bpmn-io/diagram-js-direct-editing
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/dmn-js-properties-panel
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/dmn-js-properties-panel
that referenced
this issue
May 20, 2021
philippfromme
added a commit
to bpmn-io/dmn-js-properties-panel
that referenced
this issue
May 20, 2021
fake-join bot
pushed a commit
to bpmn-io/bpmn-js-properties-panel
that referenced
this issue
May 20, 2021
nikku
added
needs review
Review pending
and removed
ready
Ready to be worked on
labels
May 20, 2021
— with
bpmn-io-tasks
philippfromme
added
fixed upstream
Requires integration of upstream change
and removed
needs review
Review pending
labels
May 20, 2021
— with
bpmn-io-tasks
fake-join bot
pushed a commit
to bpmn-io/dmn-js-properties-panel
that referenced
this issue
May 20, 2021
barmac
added a commit
that referenced
this issue
Jun 17, 2021
Merged
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
fixed upstream
Requires integration of upstream change
labels
Jun 17, 2021
Closed via #2315 |
nikku
pushed a commit
that referenced
this issue
Jul 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Pasting copied text containing Windows newline characters (
\r\n
) results in those characters being lost. This affects both editing labels in the diagram and the properties panel. Both are using the API to paste the text (document.execCommand('insertText', false, 'foo')
).Steps to Reproduce
Expected Behavior
Newline characters are preserved regardless of operating system.
Environment
Jira Issue: https://jira.camunda.com/browse/SUPPORT-10754
The text was updated successfully, but these errors were encountered: