Opened 16 years ago
Closed 16 years ago
#3097 closed Bug (fixed)
Insert table within list problem
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
<ol> <li> ite^m</li> </ol>
- Click Insert Table button to insert a 1x1 table.
- Actual Result : The list has been spliced incorrectly with :
<ol> <li> ite</li> </ol> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> <br /> </td> <td> <br /> </td> </tr> </tbody> </table> <ol> m </ol>
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Depend on #3100.