点击任何地方,专注于CKEditor [英] Click anywhere to focus in CKEditor

查看:152
本文介绍了点击任何地方,专注于CKEditor的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在FireFox中,我可以点击CKEditor中的任何位置(350px x 250px),将焦点放在位于编辑器顶部的一段文本。然而,在IE6(我知道,但我们的客户坚持),我必须直接点击上面的段落焦点光标,随后编辑文本。



CKEditor创建以下:

 < iframe> 
< html>
< head> ...< / head>
< body spellcheck =true>
< p>一些要编辑的文字< / p>
< / body>
< / html>
< / iframe>

我怀疑这是一个IE6问题;任何想法???

编辑:
显然是一个已知的问题。

已知问题显然已在v3.1中修复。


In FireFox, I can click anywhere in CKEditor (350px x 250px) to place focus on a single paragraph of text located at the top of the editor. However, in IE6 (I know, but our client insists) I must click directly atop the paragraph to focus the cursor and subsequently edit the text.

CKEditor creates the following:

<iframe>
<html>
   <head>...</head>
   <body spellcheck="true">
      <p>some text to edit</p>
   </body>
</html>
</iframe>

I suspect this is an IE6 problem; any ideas???

EDIT: Apparently a known problem.

解决方案

This is a known problem apparently fixed in v3.1.

这篇关于点击任何地方,专注于CKEditor的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆