Changeset 6651
- Timestamp:
- 04/07/11 12:49:48 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/listblock/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6649 r6651 60 60 <li><a href="http://dev.ckeditor.com/ticket/7092">#7092</a> : Corrupted toolbar button state for inline style after switching to Source.</li> 61 61 <li><a href="http://dev.ckeditor.com/ticket/6921">#6921</a> : Pasted text marked by SCAYT in one language is not re-checked if another spellchecking language is selected in the editor.</li> 62 <li><a href="http://dev.ckeditor.com/ticket/6671">#6671</a> : Selection of an item from the Styles drop-down list not refreshed.</li>63 62 <li><a href="http://dev.ckeditor.com/ticket/6614">#6614</a> : Enhancement of the resize handle in RTL.</li> 64 63 <li><a href="http://dev.ckeditor.com/ticket/5924">#5924</a> : Flash plugin now recognizes Flash content without an <code>embed</code> tag.</li> -
CKEditor/trunk/_source/plugins/listblock/plugin.js
r6453 r6651 251 251 0 ); 252 252 } 253 // Blur any previously focused list item. (#6671)254 else255 {256 var self = this;257 setTimeout( function() { self.element.focus(); }, 0 );258 }259 253 } 260 254 }
Note: See TracChangeset
for help on using the changeset viewer.
