Changeset 6268
- Timestamp:
- 12/23/10 12:32:37 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/list/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6267 r6268 55 55 <li><a href="http://dev.ckeditor.com/ticket/6804">#6804</a> : Buggy behavior when editing <legend> inside <fieldset>.</li> 56 56 <li><a href="http://dev.ckeditor.com/ticket/6724">#6724</a> : [IE7] Nested list display bug in empty list item.</li> 57 <li><a href="http://dev.ckeditor.com/ticket/6715">#6715</a> : Doesn't get back to paragraph when removing list in table cell.</li> 57 58 </ul> 58 59 <h3> -
CKEditor/trunk/_source/plugins/list/plugin.js
r6267 r6268 121 121 { 122 122 // Create completely new blocks here. 123 if ( dir || item.element.hasAttributes() || 124 ( paragraphMode != CKEDITOR.ENTER_BR && item.grandparent.getName() != 'td' ) ) 123 if ( dir || item.element.hasAttributes() || paragraphMode != CKEDITOR.ENTER_BR ) 125 124 { 126 125 currentListItem = doc.createElement( paragraphName );
Note: See TracChangeset
for help on using the changeset viewer.
