-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
package:enginesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
📝 Provide detailed reproduction steps (if any)
This is an issue similar to recently closed #18960 and leads to the same errors.
- Create an empty Google Docs document.
- In Google Docs document, press "Tab" key, then write "Foo bar".
- Copy the contents of the document.
- Open CKE5 manual test (any should do).
- Paste.
- Call
editor.getData()
. You will get<p>\tFoo bar</p>
. - Call
editor.setData( editor.getData() )
. - Then call
editor.getData()
. You will get<p>Foo bar</p>
. \t
was silently removed.
This causes crashes in revision history plugin.
Most probably end of a block element is also affected, and possibly other whitespace characters may lead to the same problem.
Metadata
Metadata
Assignees
Labels
package:enginesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.