Ticket #2136: 2136.patch

File 2136.patch, 1.2 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' : 'dummy' ) ; 
    7171} 
    7272 
    7373function Ok() 
     
    8484        </script> 
    8585</head> 
    8686<body style="overflow: hidden"> 
     87        <input type="text" id="dummy" style="position:absolute;left:-10000px;" /> 
    8788        <table width="100%" style="height: 100%"> 
    8889                <tr> 
    8990                        <td style="text-align:center">