Ticket #6554: 6554.patch

File 6554.patch, 484 bytes (added by Martin, 13 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    330330                                                 !nonExitableElementNames[ element.getName() ] )
    331331                                        {
    332332                                                range.moveToElementEditEnd( element );
    333                                                 fixedBlock.remove();
     333
     334                                                if( !CKEDITOR.env.webkit )
     335                                                        fixedBlock.remove();
    334336                                        }
    335337                                }
    336338                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy