Opened 13 years ago

Last modified 13 years ago

#7086 confirmed Bug

RTL: exiting from the list is counterintuitive

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.0
Keywords: Cc:

Description

Not sure if I'm correct.

Steps to reproduce

  1. Start with
    <ul dir="rtl">
    	<li>
    		aaa bbb</li>
    	<li>
    		ccc ddd</li>
    </ul>
    
  2. To exit from the list by pressing the enter twice, one must place the cursor into 'ccc ddd|', not at the end of this line, which is '|ccc ddd'.

Change History (1)

comment:1 Changed 13 years ago by Krzysztof Studnik

Status: newconfirmed

It also could be confirmed by pressing Home/End keys. Those should set cursor differently under RTL and LTR

  • Confirmed under Opera11, FF3.6.x/4b10, IE
  • End of line works OK, under Chrome8
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