Ticket #7904: 7904_2.patch
File 7904_2.patch, 674 bytes (added by , 12 years ago) |
---|
-
_source/plugins/floatpanel/plugin.js
339 339 var focusReturn = this._.returnFocus; 340 340 if ( focusReturn ) 341 341 { 342 // In IE we need to make sure focus is not yet moved away. (#7904). 343 if ( CKEDITOR.env.ie && CKEDITOR.document.$.activeElement !== this._.iframe.$ ) 344 return; 345 342 346 // Webkit requires focus moved out panel iframe first. 343 347 if ( CKEDITOR.env.webkit && focusReturn.type ) 344 348 focusReturn.getWindow().$.focus();