Ticket #6315: 6315_2.patch

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

     
    508508                        },
    509509                        onHide : function()
    510510                        {
    511                                 this._element.removeCustomData( 'elementStyle' );
     511                                // Remove style only when editing existing DIV. (#6315)
     512                                if ( command == 'editdiv' )
     513                                        this._element.removeCustomData( 'elementStyle' );
    512514                                delete this._element;
    513515                        }
    514516                };
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy