Ticket #7752: 7752.patch

File 7752.patch, 831 bytes (added by Frederico Caldeira Knabben, 13 years ago)
  • _source/plugins/richcombo/plugin.js

     
    165165                        instance.keyDownFn = keyDownFn;
    166166
    167167                        output.push(
    168                                 '<span class="cke_rcombo">',
     168                                '<span class="cke_rcombo" role="presentation">',
    169169                                '<span id=', id );
    170170
    171171                        if ( this.className )
    172172                                output.push( ' class="', this.className, ' cke_off"');
    173173
    174174                        output.push(
    175                                 '>',
     175                                ' role="presentation">',
    176176                                        '<span id="' + id+ '_label" class=cke_label>', this.label, '</span>',
    177177                                        '<a hidefocus=true title="', this.title, '" tabindex="-1"',
    178178                                                env.gecko && env.version >= 10900 && !env.hc ? '' : ' href="javascript:void(\'' + this.label + '\')"',
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy