Bullets/Numbers are invisible when setting LTR elements in RTL list
I’m not sure if this is not a duplicate of some earlier bug, but I couldn’t find anything.
- Paste the following code:
<ol dir="rtl">
<li>
Item1</li>
<li>
Item2</li>
<li>
Item3</li>
</ol>
- Select Item2 and Item3 with a mouse
- Press LTR button
Result: Items 2 and 3 are moved left but you can’t see any numbers/bullets next to these items. The source code is fine, only the WYSIWYG is affected.
Reproducible in Firefox, Webkit, IE9 and IE8 from CKEditor 3.4.2
Change History (7)
Cc: |
satya_minnekanti@… added
|
Keywords: |
IBM added
|
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Milestone: |
→ CKEditor 3.6.2
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
I've just realized that there is a simplified TC for this. Just paste the below code: