Changeset 1946

Show
Ignore:
Timestamp:
2008-04-30 04:40:43 (23 months ago)
Author:
martinkou
Message:

Fixed #2136 : Fixed JavaScript error in IE when opening the bullet list properties dialog.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_listprop.html

    r1565 r1946  
    6868        dialog.SetAutoSize( true ) ; 
    6969 
    70         SelectField( 'txtStartPosition' ) ; 
     70        SelectField( sListType == 'OL' ? 'txtStartPosition' : 'selBulleted' ) ; 
    7171} 
    7272 
  • FCKeditor/trunk/_whatsnew.html

    r1945 r1946  
    6060                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added a workaround for an 
    6161                        IE6 bug which causes floating dialogs to appear blank after opening it for the first time.</li> 
     62                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed JavaScript error in IE  
     63                        when opening the bullet list properties dialog.</li> 
    6264        </ul> 
    6365        <h3>