Opened 12 years ago
Closed 12 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.
- open CK Editor, type a paragraph and click on Insert/Remove Numbered list to start a Numbered list.
- click on Text direction from right to left button to change direction of list from LTR to RTL.
- 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 every time we press Enter. {{{ <span id="cke_bm_111S" style="display: none;"> }}}
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 every time we press Enter. for ex: {{{ <span id="cke_bm_111S" style="display: none;"> }}}
same issue happens with bulleted list.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | → CKEditor 3.5.3 |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Confirmed this bug had been fixed by #7294.
Regression of [6478].