You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pasting text with styling to the document the text styling is not removed. This will lead to the line not saving correctly and possibly the wole line breaking.
The pasted data will not be added to window.internal.ui.editor.getContent() and thus will not be saved correctly.
Steps to reproduce
Open rich text editor like google docs
Enter some text with styling like font size or colour.
Copy and paste it to the editor.
The text was updated successfully, but these errors were encountered:
We won't for now support any text styling, however this is a nice feature addition to be added later on.
I propose we change the paste action to remove all style information from the text while pasting text to the editor.
Would this solve your issue?
When pasting text with styling to the document the text styling is not removed. This will lead to the line not saving correctly and possibly the wole line breaking.
The pasted data will not be added to
window.internal.ui.editor.getContent()
and thus will not be saved correctly.Steps to reproduce
The text was updated successfully, but these errors were encountered: