-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Copy/Paste showing odd behavior within Editor, unexpected tags #922
Comments
any update? |
I am also facing the same issue. Kindly share the approximate date of fix. |
The 2.43.0 version has been updated. |
Hi @JiHong88, this bug still appears to be manifesting |
The 2.43.5 version has been updated. |
Hi @JiHong88 , can we reopen this issue please? |
Issue "2" is will modify it again. |
The 2.43.8 version has been updated. |
Describe the bug
When attempting to copy text within the editor, the pasted text/format is not exactly as the copied text. There are unexpected tags being added.
Example 1:
<p>test text</p>
--->
<p>test text<br><br>test text<br><br></p>
Example 2:
<p><u><strong>Unit</strong></u></p><ul><li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li><li>Nunc non nisi nulla. Etiam a euismod felis.<br></li></ul>
--->
<p><u><strong>Unit</strong></u></p><ul><li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li><li>Nunc non nisi nulla. Etiam a euismod felis.<br></li><li><br></li></ul>
--->
<p><u><strong>Unit</strong></u></p><ul><li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li><li>Nunc non nisi nulla. Etiam a euismod felis.<br></li><li><br><br>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br><br><br></li></ul>
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text is copied and pasted as is with no unexpected
<br>
tag addedScreenshots
Example 1:
Example 2:
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
The text was updated successfully, but these errors were encountered: