Ticket #3638: 3638.patch

File 3638.patch, 742 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    131131                                        // Non IE prefer the event into a window object.
    132132                                        var focused = CKEDITOR.env.ie ? iframe : new CKEDITOR.dom.window( iframe.$.contentWindow );
    133133
    134 //                                      focused.on( 'blur', function()
    135 //                                              {
    136 //                                                      if ( !this._.activeChild )
    137 //                                                              this.hide();
    138 //                                              },
    139 //                                              this );
     134                                        focused.on( 'blur', function()
     135                                                {
     136                                                        if ( !this._.activeChild )
     137                                                                this.hide();
     138                                                },
     139                                                this );
    140140
    141141                                        focused.on( 'focus', function()
    142142                                                {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy