简体   繁体   中英

FCKeditor in jQuery ui dialog not working

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 :-(

尝试在FCK实例上设置一个小超时,以确保在FCK实例化之前完全实例化对话框。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM