Opened 16 years ago
Closed 15 years ago
#4068 closed Bug (worksforme)
Nested numbered list issue
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Pending | Cc: |
Description
- Open nightly Ajax sample.
- Go to source mode and paste the following numbered list
<ol> <li> Line one</li> <li> Line two <ol> <li> This is submenu 1</li> <li> This is submenu 2</li> <li> This is submenu 3</li> <li> This is submenu 4</li> <li> This is submenu 5</li> </ol> </li> </ol>
- Place cursor at the end of line "submenu 5"
- Hit Enter
- At this point you should have an empty 6. number line.
- Hit Enter again.
- The list continues from the first level. Sometimes this will start from 1. or it may continue and show 3.
- Hit Enter again
- Now the result is:
<ol> <li> Line one</li> </ol> <p> Line two</p> <ol> <li> This is submenu 1</li> <li> This is submenu 2</li> <li> This is submenu 3</li> <li> This is submenu 4</li> <li> This is submenu 5</li> <li> </li> </ol>
This very different from the expected behaviour. Reproduced on IE7 and FF3.
Change History (3)
comment:1 Changed 16 years ago by
Component: | General → Core : Lists |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.1 |
Version: | → SVN (CKEditor) |
comment:2 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
WFM also.
Seems to be fixed with one of many list related tickets for final 3.0 milestone.