id summary reporter owner description type status priority milestone component version resolution keywords cc 9516 [IE] Table Row Insert/Delete Error and enterMode = CKEDITOR.ENTER_BR TomNM "We use config.enterMode = CKEDITOR.ENTER_BR in our config.js. Removing that line fixes the following problem. However, we wish for the enter_br behavior on enter. So, with that line in config.js: 1. In IE 8 (maybe 9 too, not in compat mode), add the following table: {{{
1  
2  
   
}}} 2. Put your cursor in cell 1 of row 1. 3. Right click and insert a row after. 4. Put cursor in the new empty row, right click, and attempt to delete the row. If you do not get an error bringing up the context menu, you should get one when clicking to delete the row. Again, if we remove the config.enterMode = CKEDITOR.ENTER_BR line from config.js, the behavior is corrected, but we need that mode. Thanks." Bug closed Normal Core : Tables 4.0 Beta duplicate IE