我正在使用CKEDITOR 4.0。我有一个内容HTML,如下所示
<p>First content para on Ckeditor</p>
<p style="display:none">Second content Para with display none in ckeditor contains text ramesh</p>
<p>third content para on ckeditor</p>
现在,ckeditor仅显示第一个和第三个<p>
标记内容。
当我尝试使用工具栏中的查找插件找到文本'ramesh'时,它不会将警告框抛出为'未找到指定的文本'。它在hiddedn para中找到了文本。我怎么能避免这种情况。
是否可以这样做。?
答案 0 :(得分:2)
目前CKEditor不提供此类功能。您需要修改find plugin的源代码才能使其正常运行。
在CKEditor bug tracker上为此错误创建了一张新票证。希望我们很快就会看到这个问题;)