Changeset 5033
- Timestamp:
- 02/04/10 06:09:20 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/selection/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5029 r5033 81 81 <li><a href="http://dev.fckeditor.net/ticket/3678">#3678</a> : There were issues when editing links inside floating divs with IE.</li> 82 82 <li><a href="http://dev.fckeditor.net/ticket/4763">#4763</a> : Press Enter key with text selected will not delete the text.</li> 83 <li><a href="http://dev.fckeditor.net/ticket/4716">#4716</a> : [IE] Cursor remain blinking in editor when focus is moved to any button that following.</li> 83 84 <li>Updated the following language files:<ul> 84 85 <li><a href="http://dev.fckeditor.net/ticket/5006">#5006</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/selection/plugin.js
r5011 r5033 139 139 // Disable selections from being saved. 140 140 saveEnabled = false; 141 142 // IE before version 8 will leave cursor blinking inside the document after 143 // editor blurred unless we clean up the selection. (#4716) 144 var env = CKEDITOR.env; 145 if( env.ie && env.version < 8 ) 146 editor.document.$.selection.empty(); 141 147 }); 142 148
Note: See TracChangeset
for help on using the changeset viewer.
