IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 226 | 226 | // Wait a while and grab the pasted contents |
| 227 | 227 | window.setTimeout( function() |
| 228 | 228 | { |
| 229 | | // Gecko need to move focus back from the textarea |
| 230 | | // to blink the cursor. (#5684) |
| 231 | | if ( mode == 'text' && CKEDITOR.env.gecko ) |
| 232 | | editor.document.getBody().focus(); |
| | 229 | // Restore properly the document focus. (#5684, #8849) |
| | 230 | editor.document.getBody().focus(); |
| 233 | 231 | |
| 234 | 232 | editor.removeListener( 'selectionChange', cancel ); |
| 235 | 233 | |