#4199: [Safari] Click outside table result weird
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:              
     Type:  Bug            |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.1
Component:  Core : Styles  |     Version:              
 Keywords:  Safari         |  
---------------------------+------------------------------------------------
 === Reproducing Procedures ===
  1. Open the 'replace by class' sample page in Safari;
  1. Load the following content:
 {{{
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
         <tbody>
                 <tr>
                         <td>
                                 &nbsp;</td>
                         <td>
                                 &nbsp;</td>
                 </tr>
         </tbody>
 </table>
 }}}
  1. Click at the spaces before the table( outside );
   * Actual Result:
 {{{
 <p>
         &nbsp;</p>
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
         <tbody>
                 <tr>
                         <td>
                                 &nbsp;</td>
                         <td>
                                 &nbsp;</td>
                 </tr>
         </tbody>
 </table>
 <p>
         &nbsp;</p>
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
 </table>
 }}}
   * Expected Result:
 {{{
 <p>
         &nbsp;</p>
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
         <tbody>
                 <tr>
                         <td>
                                 &nbsp;</td>
                         <td>
                                 &nbsp;</td>
                 </tr>
         </tbody>
 </table>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4199>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to