Ticket #7588: 7588.patch

File 7588.patch, 867 bytes (added by Alfonso Martínez de Lizarrondo, 13 years ago)

Proposed patch

  • _source/plugins/dialog/plugin.js

     
    3333
    3434(function()
    3535{
     36        // Don't initialize twice #7588
     37        if ( CKEDITOR.dialog )
     38                return;
     39
    3640        var cssLength = CKEDITOR.tools.cssLength;
    3741        function isTabVisible( tabId )
    3842        {
  • _source/plugins/dialogui/plugin.js

     
    99
    1010(function()
    1111{
     12        // Don't initialize twice #7588
     13        if ( CKEDITOR.ui.dialog.labeledElement )
     14                return;
     15
    1216        var initPrivateObject = function( elementDefinition )
    1317        {
    1418                this._ || ( this._ = {} );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy