Opened 13 years ago

Closed 13 years ago

#8049 closed Bug (fixed)

Bullets/Numbers are invisible when setting LTR elements in RTL list

Reported by: Jakub Ś Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.2
Component: General Version: 3.4.2
Keywords: IBM Cc: satya_minnekanti@…

Description

I’m not sure if this is not a duplicate of some earlier bug, but I couldn’t find anything.

  1. Paste the following code:
    <ol dir="rtl">
    	<li>
    		Item1</li>
    	<li>
    		Item2</li>
    	<li>
    		Item3</li>
    </ol>
    
  1. Select Item2 and Item3 with a mouse
  2. 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

Attachments (1)

8049.patch (451 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 13 years ago by Jakub Ś

I've just realized that there is a simplified TC for this. Just paste the below code:

<ol dir="rtl">
	<li>
		Item1</li>
	<li dir="ltr">
		Item2</li>
	<li dir="ltr">
		Item3</li>
</ol>

comment:3 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

Changed 13 years ago by Garry Yao

Attachment: 8049.patch added

comment:4 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

comment:5 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.2
Status: reviewreview_passed

comment:6 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7224].

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