Ticket #2136: 2136_2.patch

File 2136_2.patch, 1.0 KB (added by martinkou, 2 years ago)
  • _whatsnew.html

     
    5151                        which stopped working in FCKeditor 2.6.</li> 
    5252                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue 
    5353                        in the Find/Replace dialog.</li> 
     54                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed JavaScript error in IE  
     55                        when opening the bullet list properties dialog.</li> 
    5456        </ul> 
    5557        <h3> 
    5658                Version 2.6</h3> 
  • editor/dialog/fck_listprop.html

     
    6767        dialog.SetOkButton( true ) ; 
    6868        dialog.SetAutoSize( true ) ; 
    6969 
    70         SelectField( 'txtStartPosition' ) ; 
     70        SelectField( sListType == 'OL' ? 'txtStartPosition' : 'selBulleted' ) ; 
    7171} 
    7272 
    7373function Ok()