Opened 12 years ago
Closed 11 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)
Change History (7)
comment:1 Changed 12 years ago by
Keywords: | Chrome added |
---|
comment:2 Changed 12 years ago by
Status: | new → pending |
---|
I can't reproduce this, any chance for a screen cast or more information?
- Which Chrome version are you using?
- What language settings have you set in CKEditor and on your computer?
Changed 12 years ago by
Attachment: | IMG_16072012_122340.png added |
---|
comment:3 Changed 12 years ago by
Chrome version is 21 - latest beta.
Language is English in both PC and editor.
comment:4 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
comment:5 Changed 11 years ago by
Resolution: | expired |
---|---|
Status: | closed → reopened |
comment:6 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
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>
Chrome only, not a regression.