Changes between Version 11 and Version 12 of Ticket #10085


Ignore:
Timestamp:
Mar 1, 2013, 12:38:11 PM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10085 – Description

    v11 v12  
    77----
    88**Edit:**[[BR]]
    9 Open attached ckeditor-bug package and test 4.0.1 sample page. It turns out that when divarea is used baseHref doesn't work.
     9Open attached ckeditor-bug package and test 4.0.1 sample page. It turns out that when divarea is used baseHref doesn't work.[[BR]]
     10Remove the plugin and it works again:
     11{{{
     12 $(document).ready(function() {
     13        $('#make-editor').click(function(){
     14            CKEDITOR.replace('testeditor', {
     15                removePlugins : 'divarea'
     16                });
     17        });
     18});
     19}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy