Ticket #3975: 3975.patch
File 3975.patch, 2.4 KB (added by , 14 years ago) |
---|
-
_source/tests/plugins/htmldataprocessor/htmldataprocessor.html
348 348 include ("head.html"); ?></td></tr></tbody></table><noscript>Your browser doesn't support JavaScript</noscript></textarea> 349 349 <textarea id="_TEXTAREA_3591"><object><param /><param /><embed></embed></object></textarea> 350 350 <textarea id="_TEXTAREA_3591_protected"><cke:object><cke:param></cke:param><cke:param></cke:param><cke:embed></cke:embed></cke:object></textarea> 351 <textarea id="_TEXTAREA_3801_1"><!-- foo --><p>bar</p></textarea> 352 <textarea id="_TEXTAREA_3801_2"><p><!-- foo -->bar</p></textarea> 353 <textarea id="_TEXTAREA_3801_3"><!-- foo --><p><!-- foo -->bar</p></textarea> 354 <textarea id="_TEXTAREA_3801_4"><p>bar</p><!-- foo --></textarea> 355 <textarea id="_TEXTAREA_3801_5">bar<!-- foo --></textarea> 356 <textarea id="_TEXTAREA_3801_6"><!-- foo -->bar</textarea> 357 <textarea id="_TEXTAREA_3801_7"><p><!-- foo -->bar</p><p><!-- foo -->bar</p></textarea> 351 358 <textarea id="_TEXTAREA_3869_1">#3869<script language="Javascript" type="text/javascript"> 352 359 <!-- 353 360 alert('-->'); -
CHANGES.html
166 166 <li><a href="http://dev.fckeditor.net/ticket/3983">#3983</a> : In IE, we'll now 167 167 silently ignore wrong toolbar definition settings which have extra commas being 168 168 left around.</li> 169 <li><a href="http://dev.fckeditor.net/ticket/3992">#3992</a> : Fixed the 170 ckeditor2.html test case.</li> 169 <li>Fixed the following test cases:<ul> 170 <li><a href="http://dev.fckeditor.net/ticket/3992">#3992</a> : core/ckeditor2.html</li> 171 <li><a href="http://dev.fckeditor.net/ticket/3801">#3801</a> : plugins/htmldataprocessor/htmldataprocessor.html</li> 172 </ul></li> 171 173 <li><a href="http://dev.fckeditor.net/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li> 172 174 <li><a href="http://dev.fckeditor.net/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li> 173 175 <li><a href="http://dev.fckeditor.net/ticket/3988">#3988</a> : Destroy editor on form submit event cause error.</li>