Ticket #2041: 2041.patch

File 2041.patch, 1.0 KB (added by Frederico Caldeira Knabben, 16 years ago)
  • _whatsnew.html

     
    112112                        as expected.</li>
    113113                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native
    114114                        XMLHttpRequest class is now used in IE, whenever it is available.</li>
     115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2041">#2041</a>] The link
     116                        dialog was throwing an error with Firefox at the first time it was being opened.</li>
    115117        </ul>
    116118        <h3>
    117119                Version 2.6 Beta 1</h3>
  • editor/dialog/fck_link/fck_link.js

     
    164164        switch( GetE('cmbLinkType').value )
    165165        {
    166166                case 'url' :
    167                         SelectField( 'txtURL' ) ;
     167                        SelectField( 'txtUrl' ) ;
    168168                        break ;
    169169                case 'email' :
    170170                        SelectField( 'txtEMailAddress' ) ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy