Details
-
Bug
-
Resolution: Invalid
-
Major
-
None
-
1.15
-
None
-
None
Description
Steps to reproduce:
- Create a new page (P1) with the following content:
(% id="00" %) ======test1====== (% align="right" %)test2 (% align="center" %)test3 (% style="border: 1pt solid; vertical-align: middle; background-color: rgb(209, 209, 208);" %)test4 ---- test5
- Edit P1 using CK Editor
- Save P1 -> the content changes to
- CK Editor:
====== test1 ====== (% style="text-align:right" %)test2(%%) (% style="text-align:center" %)test3(%%) (% style="background-color:#d1d1d0; border:1pt solid; vertical-align:middle" %)test4 ---- test5
- GWT:
====== test1 ====== (% style="text-align:right" %)test2 (% style="text-align:center" %)test3 (% style="border: 1pt solid; vertical-align: middle; background-color: rgb(209, 209, 208);" %)test4 ---- test5
- CK Editor:
You can notice how the line "(% id="00" %)" was deleted, empty lines were added and the content was modified without any input from the user.
Attachments
Issue Links
- is related to
-
CKEDITOR-183 CKEditor automatically deletes content in some circumstances
- Closed