Ticket #7362 (confirmed Bug)
BIDI: Numbers/Bullets not displaying in the editor in a mixed content list in FF
| Reported by: | jamescun | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : BiDi | Version: | 3.5.3 |
| Keywords: | IBM Firefox | Cc: | damo, satya, tmonahan |
Description
Steps to reproduce the defect:
- Open the Ajax sample in FF.
- Paste the following code into the source view.
<ol dir="rtl"> <li> list item 1 <ol dir="ltr"> <li> list item 2</li> </ol> </li> </ol>
- Place the cursor at the end of the last list item.
- Press Enter twice.
Expected: The number 2 should display in the editor relating to the second list item of the outer list.
Actual: No number is displayed.
Note: If the editor is removed the number is visible but if you recreate the editor the number disappears again. Same behaviour for bulleted lists.
Change History
Note: See
TracTickets for help on using
tickets.

Confirmed in rev6593
In CKEv3.5.2 and earlier, the additional number is always visible, but it is contained in as RTL list item: