Opened 13 years ago

Closed 13 years ago

#7319 closed Bug (fixed)

BIDI: we can't come out of RTL Numbered/Bulleted lists

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone: CKEditor 3.5.3
Component: General Version: 3.5.3
Keywords: IBM Cc: Damian, James Cunningham, Teresa Monahan

Description

To reproduce the defect.

  1. open CK Editor, type a paragraph and click on Insert/Remove Numbered list to start a Numbered list.
  1. click on Text direction from right to left button to change direction of list from LTR to RTL.
  1. keep cursor at end of list item and press Enter twice.

Expected Result:

Cursor comes out of Numbered list and an empty paragraph is created with RTL Language direction.

Actual Result:

In FF cursor disappears after we press Enter twice ,when we type some thing we will see the that it comes as a list item. No matter how many times we press Enter we can't come out of the list. when we look at HTML Source it is adding a span with a &nbsp; every time we press Enter. {{{ <span id="cke_bm_111S" style="display: none;">&nbsp; }}}

In IE cursor stays at the same list item.No matter how many times we press Enter we can't come out of the list. when we look at HTML Source it is adding a span with a &nbsp; every time we press Enter. for ex: {{{ <span id="cke_bm_111S" style="display: none;">&nbsp; }}}

same issue happens with bulleted list.

Change History (4)

comment:1 Changed 13 years ago by Sa'ar Zac Elias

Milestone: CKEditor 3.5.3
Status: newconfirmed

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Regression of [6478].

comment:3 Changed 13 years ago by Sa'ar Zac Elias

Supposed to be fixed by #7294.

comment:4 Changed 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: confirmedclosed

Confirmed this bug had been fixed by #7294.

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