Opened 11 years ago
Last modified 10 years ago
#11607 confirmed Bug
Custom direction "rtl" set for body in fullPage mode is reverted to "ltr" in data
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Create editor with
config.fullPage = true
- Set HTML:
<html> <head> <title></title> </head> <body dir="rtl"></body> </html>
- Show source/
getData
.
Expected: The same HTML as set in 2.
Actual:
<html> <head> <title></title> </head> <body dir="ltr"></body> </html>
The origin I discovered the bug with docprops plugin, which brings Language Direction field in its dialog.
What's wrong? First bad commit is git:751e298cca8. It's fine in 3.6.x.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | 11607.html added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
I've just found the source of this bug. It is the SCAYT plugin. I've sent a pull request, and hope the CKE team will pull it soon.
https://github.com/WebSpellChecker/ckeditor-plugin-scayt/pull/91
As a temporary fix you can disable SCAYT.