Ticket #2952: 2952.patch

File 2952.patch, 436 bytes (added by Martin Kou, 14 years ago)
  • _source/plugins/button/plugin.js

     
    3434         * @example
    3535         */
    3636        this.label = definition.label;
     37        if ( CKEDITOR.env.ie )
     38                this.label += '\ufeff';
    3739
    3840        /**
    3941         * The button advisory title. It is usually displayed as the button tooltip.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy