#3244: Apply block style accross table problem
-----------------------+----------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: CKEditor 3.0
Component: General | Version:
Keywords: |
-----------------------+----------------------------------------------------
=== Reproducing Procedures ===
1. Open the ''replace by class'' example page;
1. Make the following content with the selection by click and drag the
mouse over the two cells:
{{{
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
<tbody>
<tr>
^<td>
text<br />
</td>
<td>
text<br />
</td>^
</tr>
</tbody>
</table>
}}}
1. Open 'Styles' combo and select the first option 'Blue Title'.
* Actual Result:
{{{
<table cellspacing="1" cellpadding="1" border="1" style="width: 200px;">
<tbody>
<tr>
<td>
<h3 style="color: Blue;">text</h3>
</td>
<h3 style="color: Blue;"></h3>
<h3 style="color: Blue;"></h3>
<td>
<h3 style="color: Blue;">text</h3>
</td>
</tr>
</tbody>
</table>
}}}
* Expected Result :
{{{
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
<tbody>
<tr>
<td>
<h3 style="color: Blue;">
text</h3>
</td>
<td>
<h3 style="color: Blue;">
text</h3>
</td>
</tr>
</tbody>
</table>
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3244>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac