Opened 17 years ago
Last modified 17 years ago
#3142 closed Bug
Blockquote incorrect with table/list — at Version 2
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Cc: |
Description (last modified by )
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
^text <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table> text^
- Click Blockquote command;
Expected Result :
<blockquote> <p> text</p> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table> <p> text</p> </blockquote>
Actual Result :
<blockquote> <p> text</p> <p> text </p> </blockquote> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text </td> </tr> </tbody> </table>
Change History (2)
comment:1 Changed 17 years ago by
| Summary: | Blockquote incorrect with table → Blockquote incorrect with table/list |
|---|
comment:2 Changed 17 years ago by
| Description: | modified (diff) |
|---|
