#1781: Table selection (operations) do not work properly in FF
-----------------------------+----------------------------------------------
 Reporter:  Kentico_MartinH  |        Type:  Bug    
   Status:  new              |    Priority:  Normal 
Milestone:                   |   Component:  General
  Version:                   |    Keywords:         
-----------------------------+----------------------------------------------
 Create a simple table in FCKEditor in Firefox. Select all cells. Click on
 the "Justify to center" toolbar button. The table gets corrupted and its
 code is like:

 {{{
 <table width="200" cellspacing="1" cellpadding="1" border="1">
     <tbody>
         <tr>
             <div style="text-align: center;">&nbsp;</div>
             <td style="text-align: center;">xxx</td>
             <div style="text-align: center;">&nbsp;</div>
             <td>xxx</td>
         </tr>
         <tr>
             <td>xxx</td>
             <td>xxx</td>
         </tr>
         <tr>
             <td>xxx</td>
             <td>xxx</td>
         </tr>
     </tbody>
 </table>
 }}}

 Which is obviously not valid. It works correctly in IE and I can confirm
 that it also works correctly in FCKEditor version 2.4.3 in Firefox.

 Is there any workaround or easy way how to rollback the changes to the
 previous version code?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1781>
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