Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#7159 closed Bug (duplicate)

IE9, BIDI - cannot switch between paragraphs via kursor keys

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : BiDi Version: 3.0
Keywords: IE Cc:

Description

IE9, document mode ie8 standards

  • in Source mode, paste following code
    <p dir="rtl">
            1</p>
    <p dir="rtl">
            2</p>
    <p dir="rtl">
            3</p>
    <p dir="rtl">
            4</p>
    <p dir="rtl">
            5</p>
    
  • switch to WYSIWYG
  • select first paragraph
  • using cursor keys, try to jump to next line.

Expected: Cursor is set to next line

Actual: Each RTL paragraph is treated as another "text area"

Change History (2)

comment:1 Changed 13 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

This problem also exists in IE8 and it's due to #5918 although it's possible to finally using the cursor keys after some tries using Esc and Tab keys.

comment:2 Changed 13 years ago by Wiktor Walc

Keywords: IE added; IE9 removed
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