Changeset 1946
- Timestamp:
- 2008-04-30 04:40:43 (23 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_listprop.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_listprop.html
r1565 r1946 68 68 dialog.SetAutoSize( true ) ; 69 69 70 SelectField( 'txtStartPosition' ) ;70 SelectField( sListType == 'OL' ? 'txtStartPosition' : 'selBulleted' ) ; 71 71 } 72 72 -
FCKeditor/trunk/_whatsnew.html
r1945 r1946 60 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added a workaround for an 61 61 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> 62 64 </ul> 63 65 <h3>