Opened 17 years ago
Closed 17 years ago
#3142 closed Bug (fixed)
Blockquote incorrect with table/list
| 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 (4)
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) |
|---|
comment:3 Changed 17 years ago by
| Keywords: | WorksForMe added |
|---|
comment:4 Changed 17 years ago by
| Keywords: | WorksForMe removed |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
No more witness with current trunk.

I'm not able to reproduce it. Can you confirm it has been fixed?