Opened 11 years ago

Closed 11 years ago

#10449 closed Bug (wontfix)

BIDI: Incorrect cursor position in RTL mode (Chrome)

Reported by: Irina Owned by:
Priority: Normal Milestone:
Component: General Version: 4.1
Keywords: IBM Chrome Cc: Teresa Monahan, Satya Minnekanti

Description

To reproduce:

  1. Open replacebyclass.html sample in Chrome.
  2. Select the 'Text direction from right to left' toolbar icon.
  3. Type some text.

Problem:

The cursor is on the left side, when it should be on the right side of the text in RTL mode

Change History (2)

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

IIRC this is a Chrome's issue and we can do nothing about this, but let's wait for jswiderski's detailed report.

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Chrome added
Resolution: wontfix
Status: newclosed

The only case I know with Chrome and RTL concerns lists. If that is the case then @Rainmar is right. This is Chrome issue. If you paste below code in contenteditable element you will see number on the right but text on the left:

<ol>
	<li>test</li>
	<li dir="rtl">test</li>
</ol>

NOTES:

  1. We had this issue reported but for some reason I have closed it as expired (#9147)
  2. @irina I'm closing this issue as won't fix. If you don't agree or have any other use case for Chrome that doesn't occur in native browser, please leave a comment.
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