Ticket #3920: 3920_2.patch

File 3920_2.patch, 1.8 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/specialchar/dialogs/specialchar.js

     
    257257                                        if ( chars[ i ] )
    258258                                        {
    259259                                                html.push(
    260                                                         '<td class="cke_dark_background">' +
    261                                                         '<a href="javascript: void(0);" style="display: block; height: 1.25em; margin-top: 0.25em; text-align: center;" title="', chars[i].replace( /&/g, '&amp;' ), '"' +
     260                                                        '<td class="cke_dark_background" style="cursor: default">' +
     261                                                        '<a href="javascript: void(0);" style="cursor: inherit; display: block; height: 1.25em; margin-top: 0.25em; text-align: center;" title="', chars[i].replace( /&/g, '&amp;' ), '"' +
    262262                                                        ' onkeydown="CKEDITOR.tools.callFunction( ' + onKeydown + ', event, this )"' +
    263263                                                        ' onclick="CKEDITOR.tools.callFunction(' + onClick + ', this); return false;"' +
    264264                                                        ' tabindex="-1">' +
    265                                                         '<span style="margin: 0 auto;">' +
     265                                                        '<span style="margin: 0 auto;cursor: inherit">' +
    266266                                                        chars[i] +
    267267                                                        '</span></a>');
    268268                                        }
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3920">#3920</a> : Mouse cursor over characters in
     48                        Special Character dialog now is correct</li>
    4749                <li><a href="http://dev.fckeditor.net/ticket/3882">#3882</a> : Fixed an issue
    4850                        with PasteFromWord dialog in which default values was ignored</li>
    4951                <li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy