- Timestamp:
- 2008-01-19 16:32:56 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
r1369 r1370 517 517 (function() 518 518 { 519 // Unlock focus manager for non-IE browsers.520 if ( window.addEventListener )521 {522 // Keep a reference to the editor since Editor() doesn't work when the iframe is unloading.523 var editorRef = Editor() ;524 window.addEventListener( 'unload', function(){ editorRef.FCKFocusManager.Unlock() ; }, false ) ;525 }526 527 519 var setOnKeyDown = function( targetDocument ) 528 520 {