Changeset 5794
- Timestamp:
- 08/03/10 12:49:12 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/liststyle/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5791 r5794 105 105 <li><a href="http://dev.fckeditor.net/ticket/6000">#6000</a> : Safari and Chrome where scrolling the contents to the top when moving the focus to the editor.</li> 106 106 <li><a href="http://dev.fckeditor.net/ticket/6090">#6090</a> : IE: Textarea with selection inside causes Link dialog issues.</li> 107 <li><a href="http://dev.fckeditor.net/ticket/5079">#5079</a> : Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back.</li> 107 <li><a href="http://dev.fckeditor.net/ticket/5079">#5079</a> : Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back.</li> 108 108 <li>Updated the following language files:<ul> 109 109 <li>Chinese Simplified;</li> -
CKEditor/trunk/_source/plugins/liststyle/plugin.js
r5777 r5794 51 51 else if ( name == 'ul' ) 52 52 return { bulletedlist: CKEDITOR.TRISTATE_OFF }; 53 53 54 54 element = element.getParent(); 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.
