Opened 13 years ago

Closed 13 years ago

#6693 closed Bug (duplicate)

BIDI: When item of a is set to RTL, bullet is not visible

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.4
Keywords: IE Cc:

Description

Different Behaviour of #6692 under IE8
Under IE8, In source mode, paste:

<ol>
	<li>
		line 1</li>
	<li>
		line 2</li>
	<li>
		line 3</li>
</ol>

back in WYSIWYG, select one item and press RTL

Expected result
selected list item is moved to right, bullet is set to the right edge of edit area.

Actual result: Code looks OK

<ol>
	<li>
		line 1</li>
	<li dir="rtl">
		line 2</li>
	<li>
		line 3</li>
</ol>

But in WYSIWYG, the the RTL item has no bullet (attached screen)

Attachments (1)

krst_20101118-03.png (19.2 KB) - added by Krzysztof Studnik 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Krzysztof Studnik

Attachment: krst_20101118-03.png added

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Lists

comment:2 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #6249.

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