#1858: cannot format entire table column -  adds code outside <td></td> tags of
1st cell
-----------------------------+----------------------------------------------
 Reporter:  tan              |        Type:  Bug    
   Status:  new              |    Priority:  Normal 
Milestone:                   |   Component:  General
  Version:  FCKeditor 2.5.1  |    Keywords:         
-----------------------------+----------------------------------------------
 To replicate the bug, create a table with more than one row, enter text
 into cells then select content of an entire column or row. Select a
 formatting option such as BOLD or Right Align.
 Result: firstly, the entire column is not affected
 secondly, the first cell stuffs up. In the right align example (shown
 below) the first <td> is altered, placing two empty <p> tags and css
 styles. In the editor it looks like another cell has been added to the
 table.

 I get a similar issue when trying to format the whole table as "normal"
 paragraph text.


 <table border="1" cellpadding="0" cellspacing="0">
     <tbody>
         <tr>
             <p style="text-align: right;">&nbsp;</p>
             <td style="text-align: right;">aaaaa</td>
             <p style="text-align: right;">&nbsp;</p>
             <td>aaa</td>
         </tr>
         <tr>
             <td>aa</td>
             <td>aa</td>
         </tr>
     </tbody>
 </table>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1858>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to