Changeset 5993
- Timestamp:
- 10/25/10 18:34:14 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/clipboard/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5991 r5993 153 153 <li><a href="http://dev.ckeditor.com/ticket/6087">#6087</a> : Cursor of input fields in dialog isn't visible in RLT .</li> 154 154 <li><a href="http://dev.ckeditor.com/ticket/6501">#6501</a> : [IE9] Context menu item layout is broken.</li> 155 <li><a href="http://dev.ckeditor.com/ticket/5730">#5730</a> : [Safari] Continual pastes (holding paste key) breaks document contents.</li> 155 156 <li>Updated the following language files:<ul> 156 157 <li><a href="http://dev.ckeditor.com/ticket/6246">#6246</a> : Chinese Simplified;</li> -
CKEditor/trunk/_source/plugins/clipboard/plugin.js
r5949 r5993 164 164 var doc = this.document; 165 165 166 // Avoid recursions on 'paste' event for IE.167 if ( CKEDITOR.env.ie &&doc.getById( 'cke_pastebin' ) )166 // Avoid recursions on 'paste' event or consequent paste too fast. (#5730) 167 if ( doc.getById( 'cke_pastebin' ) ) 168 168 return; 169 169
Note: See TracChangeset
for help on using the changeset viewer.
