Changeset 258

Show
Ignore:
Timestamp:
2007-04-17 14:24:50 (3 years ago)
Author:
fredck
Message:

Fixed #391 : When ToolbarLocation=Out, a "Security Warning" alert was being shown in IE if under https. Thanks to reister.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js

    r132 r258  
    7171                        // Create the IFRAME that will hold the toolbar inside the target element. 
    7272                        var eToolbarIFrame = FCKTools.GetElementDocument( eToolbarTarget ).createElement( 'iframe' ) ; 
     73                        eToolbarIFrame.src = 'javascript:void(0)' ; 
    7374                        eToolbarIFrame.frameBorder = 0 ; 
    7475                        eToolbarIFrame.width = '100%' ;