Opened 14 years ago

Last modified 14 years ago

#7468 closed Bug

Moving caret within RTL list, using keyboard — at Version 1

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by Jakub Ś)

In IE, Paste into CKEditor:

<ol dir="rtl">
        <li>
                This.
                <ol dir="rtl">
                        <li>
                                This is CKEditor.
                                <ol dir="rtl">
                                        <li>
                                                This is some CKEditor.^</li>
                                </ol>
                        </li>
                </ol>
        </li>
</ol>

Set caret at the end of last line by mouse

first case

  • press shift and right cursor key under my IE, the dot, at the end becomes first selected, then the "r"

Is it expected?

second case

  • set caret in the middle of last line, and then move it to the end of line by pressing cursor keys.

caret jumps in similar way to selection in first case.

Change History (1)

comment:1 Changed 14 years ago by Jakub Ś

Description: modified (diff)
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