TinyMCE - 在 Chrome 中加载 TinyMCE 后更改焦点
当在 URL 中使用 # 时,我发现 Chrome 中出现了非常奇怪的问题。如果 # 不存在 - 没关系,但是当我设置 #something - 页面已加载时,tinyMCE 仍在加载(焦点位于顶部),完成后,文本区域更改为富文本编辑器,然后焦点更改为中间页。您对如何修复它有什么建议吗?
谢谢 :)
I found very strange problem in Chrome when using # in URL. If # doesn't exist - it's Ok, but when I set #something - page is loaded, tinyMCE is still loading (focus is on the top) and after complete and textarea changed to rich text editor then focus is changed to the middle of page. DO you have any suggestions how to fix it?
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该可以解决问题:
另一次尝试:将其放入您的tinymce init函数中
This should do the trick:
Another try: Put this in your tinymce init function