Opened 13 years ago

Closed 13 years ago

#6625 closed Bug (fixed)

BIDI: Mixed LRT/RLT direction causes incorrect behaviour

Reported by: Paweł Horzela Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : Lists Version: 3.4.1
Keywords: Cc:

Description

Paste source:

<ul dir="rtl">
	<li dir="ltr">
		item 1</li>
	<li>
		item 2</li>
</ul>

Incorrect behaviours:

  1. First item ('item 1') bullet icon is not visible in Opera, FF and Chrome.
  2. When you set focus on first item ('item 1') and decrease indent, it becomes RTL instead of remain as LTR.

Attachments (1)

6625.patch (758 bytes) - added by Tobiasz Cudnik 13 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Lists
Status: newconfirmed
Version: 3.0

Confirmed since CKE 3.0

comment:2 Changed 13 years ago by Garry Yao

Milestone: CKEditor 3.4.3
Version: 3.03.4.1

@Krst, "version" should only be used with absolute confidence.

  1. A browser bug, just like #6249;
  2. Caused by [5857], not a recent regression.

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4.3CKEditor 3.5.1

comment:4 Changed 13 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: confirmedassigned

Changed 13 years ago by Tobiasz Cudnik

Attachment: 6625.patch added

comment:5 Changed 13 years ago by Tobiasz Cudnik

Status: assignedreview

Patch fixes the preservation of the direction on an outdented list item to a paragraph.

comment:6 Changed 13 years ago by Garry Yao

Status: reviewreview_passed

comment:7 Changed 13 years ago by Tobiasz Cudnik

Resolution: fixed
Status: review_passedclosed

Fixed with [6255].

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