Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
1.29
-
None
-
None
-
Unknown
-
N/A
-
N/A
-
Description
We detected a bug when a user deletes a character at the end of a word or simply a single character (can be a letter or a point etc.) In such cases a non break space is automatically inserted.
The issue appears only on chrome browser.
Steps to reproduce :
XWiki : 9.8.1
CKEditor : 1.29
Chrome : 77.0.3865.90
OS : Ubuntu 18.04.3 LTS
- Edit a wiki page that contains some content
- Delete the last character of a given word of the page content and save the page.
- In view mode and using the browser console check the text you modified in the step 2.
Expected result : The character at the end of the word was deleted
Actual result : At the point where you interfered a non break space was added
Apparently this issue is a CKEditor known bug, see https://dev.ckeditor.com/ticket/11415 and https://dev.ckeditor.com/ticket/9929.
Attachments
Issue Links
- relates to
-
CKEDITOR-385 A non-breaking space is saved after adding and removing a space
- Closed
- links to