Changeset 1932

Show
Ignore:
Timestamp:
2008-04-21 04:18:18 (3 months ago)
Author:
martinkou
Message:

Fixed #1426 : Fixed the issue where fckstyles.xml from local filesystem does not load in IE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckxml_ie.js

    r1921 r1932  
    4747                        // #1426: Fallback if responseXML isn't set for some 
    4848                        // reason (e.g. improperly configured web server) 
    49                         if ( !this.DOMDocument ) 
     49                        if ( !this.DOMDocument || this.DOMDocument.firstChild == null ) 
    5050                        { 
    5151                                this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ;