Changeset 327

Show
Ignore:
Timestamp:
2007-05-26 14:42:03 (20 months ago)
Author:
fredck
Message:

Fixed #82 and #359 : <object> and <embed> tags are not anymore lost in IE.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r132 r327  
    163163 
    164164        // <noscript> tags (get lost in IE and messed up in FF). 
    165         /<noscript[\s\S]*?<\/noscript>/gi 
     165        /<noscript[\s\S]*?<\/noscript>/gi, 
     166         
     167        // Protect <object> tags. See #359. 
     168        /<object[\s\S]+?<\/object>/gi 
    166169] ; 
    167170 
  • FCKeditor/trunk/_whatsnew.html

    r325 r327  
    103103                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression: 
    104104                        IE crashed if a table caption was deleted.</li> 
     105                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/359">#359</a>] &lt;object&gt; and &lt;embed&gt; tags are not anymore 
     106                        lost in IE.</li> 
    105107        </ul> 
    106108        <h3>