Opened 11 years ago
Closed 11 years ago
#11693 closed Bug (duplicate)
Body direction is being reset in fullPage mode (bidi).
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : BiDi | Version: | |
Keywords: | Cc: |
Description
TC1
- open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
- using "Source" button, paste following markup:
<html> <head> <title></title> </head> <body dir="rtl"> <h1>Test string.</h1> </body> </html>
- go back to wysiwyg mode
- check again Source
Expected result:
Body element should be: <body dir="rtl">
Current result:
Body element is: <body dir="ltr">
TC2
- open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
- use "Document Properties" button from toolbar
- set Language Direction to "Right to Left (RTL)"
- click ok (note that document will gain RTL direction, which is correct)
- switch to Source mode
- switch back to wysiwyg mode
Expected result:
Document is restored to left to right.
Current result:
Doucment should stay with right to left text direction.
additional info:
- experienced with chrome@Win7, IE8@Win7
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
yes it is, thanks : )
Isn't it DUP of #11607?