Opened 16 years ago
Last modified 13 years ago
#2155 confirmed Bug
Nested OL/UL doesn't get fixed on output
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | Firefox Chrome | Cc: |
Description
It may happen that pasting operations inject nested <ol> and <ul> elements. The editor should fix it on output.
Steps to reproduce
- Paste the following in the Source view:
<ol> <ol> <li>Test</li> </ol> </ol>
- Switch to WYSIWYG view.
- Switch back to Source view.
The source remains untouched, but the following is expected instead:
<ol> <li> <ol> <li>Test</li> </ol> </li> </ol>
Note that the is needed to properly expand the empty <li> bullet or number for editing.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | zrzut_ekranu-9.png added |
---|
comment:1 Changed 13 years ago by
Component: | General → Core : Lists |
---|---|
Keywords: | Firefox Chrome added |
Version: | → 3.0 |
Still occurs in 3.6.2Trunk for FF and Chrome.
Under IE, list is properly editable in WYSIWYG, but still no
CKE 3.6.2Trunk - cannot insert text between "1"-s in WYSIWYG