Changeset 7226
- Timestamp:
- 08/24/11 17:12:39 (21 months ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/styles/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r7225 r7226 73 73 <li><a href="http://dev.ckeditor.com/ticket/8049">#8049</a> : Bullets/Numbers are invisible on list items with LTR text direction.</li> 74 74 <li><a href="http://dev.ckeditor.com/ticket/8222">#8222</a> : [IE] Incorrect selection locking after open dialog in some cases.</li> 75 <li><a href="http://dev.ckeditor.com/ticket/8232">#8232</a> : [IE] Unable to apply inline style start from the end of link t###ext.</li> 75 76 <li>Updated the following language files:<ul> 76 77 <li><a href="http://dev.ckeditor.com/ticket/8128">#8128</a> : Italian;</li> -
CKEditor/trunk/_source/plugins/styles/plugin.js
r7211 r7226 792 792 793 793 // Now, do the DFS walk. 794 var currentNode = startNode .getNext();794 var currentNode = startNode; 795 795 while ( !currentNode.equals( endNode ) ) 796 796 {
Note: See TracChangeset
for help on using the changeset viewer.
