#3142: Blockquote incorrect with table/list
-----------------------+----------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: CKEditor 3.0
Component: General | Version: SVN (FCKeditor)
Keywords: |
-----------------------+----------------------------------------------------
Description changed by fredck:
Old description:
> === Reproducing Procedures ===
> 1. Open the ''replace by code'' example page;
> 1. 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^
> }}}
> 1. 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>
> }}}
New description:
=== Reproducing Procedures ===
1. Open the ''replace by code'' example page;
2. 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^
}}}
3. 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>
}}}
--
--
Ticket URL: <http://dev.fckeditor.net/ticket/3142#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac