Opened 12 years ago

Closed 10 years ago

#9147 closed Bug (wontfix)

Chrome: RTL on a list bullet has no visual effect

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Chrome Cc:

Description

  • Create a list in an empty editor.
  • Make two bullets regularly.
  • Hit ENTER, and then the RTL button.
  • Write something.

Note that the text remains on the left, although the bullet has rtl direction applied.
Safari is fine.

Attachments (1)

IMG_16072012_122340.png (21.7 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 12 years ago by Sa'ar Zac Elias

Keywords: Chrome added

Chrome only, not a regression.

comment:2 Changed 12 years ago by Jakub Ś

Status: newpending

I can't reproduce this, any chance for a screen cast or more information?

  1. Which Chrome version are you using?
  2. What language settings have you set in CKEditor and on your computer?

Changed 12 years ago by Jakub Ś

Attachment: IMG_16072012_122340.png added

comment:3 Changed 12 years ago by Jakub Ś

Chrome version is 21 - latest beta.

Language is English in both PC and editor.

comment:4 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

comment:5 Changed 10 years ago by Jakub Ś

Resolution: expired
Status: closedreopened

comment:6 Changed 10 years ago by Jakub Ś

Resolution: wontfix
Status: reopenedclosed

This is browser native issue. You will get same results when using native code on HTML page.

<div style="margin-top:10px;border:1px solid black; " contenteditable="true">
<ol>
	<li>test</li>
	<li dir="rtl">test</li>
</ol>
</div>

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