#3834: Context menu on table caption incorrect
-------------------------------+--------------------------------------------
 Reporter:  garry.yao          |       Owner:              
     Type:  Bug                |      Status:  new         
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  UI : Context Menu  |     Version:              
 Keywords:                     |  
-------------------------------+--------------------------------------------
 === Reproducing Procedures ===
  1. Open the ''replace by class'' example page;
  1. Make the following content with selection;
 {{{
    <table>
         <caption>
                 cap^tion</caption>
         <tbody>
                 <tr>
                         <td>cell</td>
                 </tr>
         </tbody>
    </table>
 }}}
  1. Right click to open context menu,
   * Exptected Result: 'Cell' menu item should be disabled.
   * Actual Result: It's possible to select 'Cell' to open sub menu.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3834>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to