jQuery ui 对话框中的 FCKeditor 不起作用
我在 IE7/8 中遇到了严重的问题。在FF中,一切都按预期进行。
当用户单击某个链接时,会显示一个模式对话框弹出窗口。在此对话框中,有一个表单,其中包含一个文本区域,该文本区域被 FCK 实例替换。该表单是从服务器加载的,客户端使用ajax,服务器端使用php。
有一种奇怪的方法可以显示 FCK 编辑器,那就是调整对话框的大小。
库版本: jQuery:1.3.2 jquery 用户界面:1.7.3 FCKeditor:2.6.1 build 19297
任何帮助将不胜感激,我在这里的最后期限:-(
I'm having serious trouble getting this to work in IE7/8. In FF, everything works as expected.
When the user clicks on a certain link, a modal dialog popup is shown. In this dialog, there is a form, which contains one textarea, that is replaced with a FCK instance. The form is loaded from the server using ajax on the clientside and php on the serverside.
There's one strange way to get the FCK editor shown, and that is by resizing the dialog.
Library versions:
jquery: 1.3.2
jquery ui: 1.7.3
FCKeditor: 2.6.1 build 19297
Any help would be strongly appreciated, I'm on a deadline here :-(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在 FCK 实例上设置轻微的超时,以确保对话框在 FCK 实例化之前完全实例化。
Try setting a slight timeout on the FCK instance to insure the dialog is fully instantiated before the FCK instantiates.