如何阻止TinyMCE RTF文本框刷新当前文本框?
我将 TinyMCE 富文本编辑器添加到我的网站,它运行良好且易于实现。
问题是现在原来的文本框渲染出来了,2秒后才出现富文本框——这使得用户体验真的很不成熟。
以下是此效果的示例: http://www.problemio.com/add_problem.php
看看简单文本框如何加载,然后 2 秒后富文本文本框如何加载到其顶部?我怎样才能防止这种情况并只加载富文本文本框?
谢谢!!
(我用Chrome浏览器重现了这个)
I added the TinyMCE rich text editor to my site and it works nicely and was easy to implement.
The problem is that now the original text box renders, and the rich text box appears after 2 seconds - which makes the user experience really half-baked.
Here is an example of this effect: http://www.problemio.com/add_problem.php
See how the simple text box loads and then 2 seconds later the rich text textbox loads on top of it? How can I prevent that and just have the rich text textbox load?
Thanks!!
(I used Chrome browser to reproduce this)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不是最好的解决方案,而是一个快速修复方案,但您可以使用 JavaScript 屏蔽内容,直到页面完成加载。
Possibly not the best solution but a quick fix, but you could mask out the content until the page has finished loading using javascript.