在确定正确的大小之前,CKEditor 在页面加载时闪烁/调整大小

发布于 2024-11-05 00:22:54 字数 378 浏览 0 评论 0原文

你好,我到处搜索,试图找到这个问题的答案 如果有任何帮助,

请查看我拍摄的截屏视频, 我将不胜感激 http://screencast.com/t/B4y96D7rXgp

解释视频 从包含编辑器的页面开始 然后我点击刷新 您可以让编辑器首先加载 100% 高度,然后加载 100% 宽度(从编辑器左边点开始),然后调整为正确的大小 我在视频中点击刷新 3 次来演示该错误 我正在使用 CKEditor 3.5.3(修订版 6655),

任何人有任何想法,我尝试了一些修复,例如设置宽度和高度等,但仍然执行此拉伸和收缩操作,

任何想法将不胜感激!

hi there ive searched high and low to try find an answer to this one
would appreciate any help

see the screencast i took
http://screencast.com/t/B4y96D7rXgp

to explain the video
starts on the page with an editor in it
i then hit refresh
you can the editor loads like 100% height and then 100% width (from the editors left point) at first, then settles into its correct size
im hit refresh 3 times in the video to demo the bug
im using CKEditor 3.5.3 (revision 6655)

anyone got any ideas ive tried a few fixes like setting wifth and height etc but still does this stretch and contract thing

any ideas would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别念他 2024-11-12 00:22:56

您可以利用

editor.on('instanceReady', function()
{
隐藏与ckeditor高度相同的容器(你可以
此处显示加载);
显示 ckeditor 容器;
});

You can make use of

editor.on('instanceReady', function()
{
hide the container which has same height as ckeditor(you can probably
show loading here);
show the ckeditor container;
});

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文