Opened 9 years ago
Closed 9 years ago
#14677 closed Bug (wontfix)
CKEditor wraps double-byte characters to new line
Reported by: | Ben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- On ckeditor.com/demo, create a table
- Enter a long string of ASCII characters in to a cell (ie - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa)
- Enter a long string of double-byte characters in to a cell (ie - ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ)
Expected result
The cell does not wrap to a new line in either case
Actual result
The cell wraps to a new line in the case of the double-byte characters
Other details (browser, OS, CKEditor version, installed plugins)
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 4.5.10 (GitHub - master) |
The same can be reproduced in native contenteditable element without any editor on page.
This is browser and not editor issue.