Ticket #5433: 5433_3.patch

File 5433_3.patch, 887 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/link/dialogs/link.js

     
    411411                                                                                type : 'select',
    412412                                                                                label : editor.lang.common.protocol,
    413413                                                                                'default' : 'http://',
    414                                                                                 style : 'width : 100%;',
    415414                                                                                items :
    416415                                                                                [
    417                                                                                         [ 'http://' ],
    418                                                                                         [ 'https://' ],
    419                                                                                         [ 'ftp://' ],
    420                                                                                         [ 'news://' ],
     416                                                                                        // Force 'ltr' for protocol names in BIDI. (#5433)
     417                                                                                        [ 'http://\u200E', 'http://' ],
     418                                                                                        [ 'https://\u200E', 'https://' ],
     419                                                                                        [ 'ftp://\u200E', 'ftp://' ],
     420                                                                                        [ 'news://\u200E', 'news://' ],
    421421                                                                                        [ editor.lang.link.other , '' ]
    422422                                                                                ],
    423423                                                                                setup : function( data )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy