Opened 12 years ago
Closed 12 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:
- Open replacebyclass.html sample in Chrome.
- Select the 'Text direction from right to left' toolbar icon.
- 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 12 years ago by
comment:2 Changed 12 years ago by
Keywords: | Chrome added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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:
- We had this issue reported but for some reason I have closed it as expired (#9147)
- @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.
IIRC this is a Chrome's issue and we can do nothing about this, but let's wait for jswiderski's detailed report.