Ticket #6315: 6315.patch

File 6315.patch, 507 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/div/dialogs/div.js

     
    508508                        },
    509509                        onHide : function()
    510510                        {
    511                                 this._element.removeCustomData( 'elementStyle' );
     511                                // Remove custom style only when editing existing DIV. (#6108)
     512                                this._element && this._element.removeCustomData( 'elementStyle' );
    512513                                delete this._element;
    513514                        }
    514515                };
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy