Changeset 1115

Show
Ignore:
Timestamp:
2007-11-24 14:43:40 (2 years ago)
Author:
fredck
Message:

Fixed #1406 : Editor was always "dirty" if flash is available in the contents.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r401 r1115  
    128128        */ 
    129129 
     130        var bIsDirty = FCK.IsDirty() ; 
     131 
    130132        var aEmbeds = document.getElementsByTagName( 'EMBED' ) ; 
    131133 
     
    153155                } 
    154156        } 
     157 
     158        // Fix the IsDirty state (#1406). 
     159        if ( !bIsDirty ) 
     160                FCK.ResetIsDirty() ; 
    155161} 
    156162 
  • FCKeditor/trunk/_whatsnew.html

    r1114 r1115  
    113113                <li>Completed Simplified Chinese translation of the user interface.</li> 
    114114                <li>Completed Estonian translation of the user interface.</li> 
     115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1406">#1406</a>] Editor 
     116                        was always "dirty" if flash is available in the contents.</li> 
    115117                <li>Several compatibility fixes for Firefox 3 (Beta 1): 
    116118                        <ul>