#1666: Domain relaxation not working for sub-menues
------------------------+---------------------------------------------------
  Reporter:  martinkou  |       Owner:  martinkou    
      Type:  Bug        |      Status:  assigned     
  Priority:  Normal     |   Milestone:  FCKeditor 2.6
 Component:  General    |     Version:  SVN          
Resolution:             |    Keywords:  Confirmed IE 
------------------------+---------------------------------------------------
Comment (by martinkou):

 The error comes from fckpanel.js, at the final line of the following code
 segment:
 {{{
                 // document inside of it, and the set the proper domain
 for it. (#123)
                 if ( FCK_IS_CUSTOM_DOMAIN )
                         document.domain = FCK_ORIGINAL_DOMAIN ;

                 // Create the Popup that will hold the panel.
                 this._Popup     = this._Window.createPopup() ;
                 oDocument = this.Document = this._Popup.document ;
 ]}}

 Apparently the document.domain line above was not working. It worked in
 the initial round of creating panels and the first menu, but it didn't
 work when submenus need to be created later.

 There seems to be no way around this. I've tried to hack around it for a
 while but nothing worked. For fixing this we might have to revert to using
 iframes as floating panels in IE.

-- 
Ticket URL: <https://dev.fckeditor.net/ticket/1666#comment:4>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to