Opened 10 years ago

Closed 10 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

  1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
  2. using "Source" button, paste following markup:
    <html>
    <head>
    	<title></title>
    </head>
    <body dir="rtl">
    <h1>Test string.</h1>
    </body>
    </html>
    
  3. go back to wysiwyg mode
  4. check again Source

Expected result:
Body element should be: <body dir="rtl">

Current result:
Body element is: <body dir="ltr">

TC2

  1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
  2. use "Document Properties" button from toolbar
  3. set Language Direction to "Right to Left (RTL)"
  4. click ok (note that document will gain RTL direction, which is correct)
  5. switch to Source mode
  6. 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:

  1. experienced with chrome@Win7, IE8@Win7

Change History (2)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Isn't it DUP of #11607?

comment:2 Changed 10 years ago by Marek Lewandowski

Resolution: duplicate
Status: newclosed

yes it is, thanks : )

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy