Changeset 1115
- Timestamp:
- 2007-11-24 14:43:40 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckdocumentprocessor.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckdocumentprocessor.js
r401 r1115 128 128 */ 129 129 130 var bIsDirty = FCK.IsDirty() ; 131 130 132 var aEmbeds = document.getElementsByTagName( 'EMBED' ) ; 131 133 … … 153 155 } 154 156 } 157 158 // Fix the IsDirty state (#1406). 159 if ( !bIsDirty ) 160 FCK.ResetIsDirty() ; 155 161 } 156 162 -
FCKeditor/trunk/_whatsnew.html
r1114 r1115 113 113 <li>Completed Simplified Chinese translation of the user interface.</li> 114 114 <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> 115 117 <li>Several compatibility fixes for Firefox 3 (Beta 1): 116 118 <ul>