Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的光标就在我的文本编辑器中需要的位置 - 视觉上。当我继续从键盘输入时 - 没有显示任何内容。光标在浏览器中(当我按键盘上的上下箭头键时 - 浏览器页面向上/向下移动)。我需要单击文本编辑器才能继续输入。即使光标在文本编辑器中可见并闪烁。我使用tinymce 和ie9。(我使用 ie9 只是为了测试,我没疯)。
当我执行时:
document.activeElement
它返回 iframe 元素具有焦点,而不是文本区域。