Opened 16 years ago
Closed 12 years ago
#2338 closed Bug (wontfix)
problem running ver 2.6.2 in an IE HTA application
Reported by: | Daryl Cober | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.3.2 |
Keywords: | Cc: |
Description
I am trying to use FCK inside an IE hta application. The hta file opens an IE browser and displays the html page. I have atached a sample.The file will need to be edited to open a valid page in your test environment domain.The hta file is simply double-clicked on a desktop.
I have also included a test.htm file to host the FCK editor. The test html page tries to open a second page containing the FCKeditor. The contents of the second page can be any valid html page the uses FCKeditor. The problem lies in the IFRAME on the first page. It specifies an attribute of "application=yes".
I require this in order for the inner or second html page to be able to run scripts on the outer or parent page.(It is a dynamic menu system i have created).
If i set application=no on the IFRAME, the second page containing FCK works fine but my menuing scripts break(the inner page cannot access the outer page)
Changing the application=yes repairs my scripting problem, but causes FCK editor to break when it tries to load.
I have searched your existing tickets but i am unsure if this issue is related to any existing fixes, and if so i am unsure how to resolve.
Any help would be appreciated.
Attachments (3)
Change History (8)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Summary: | running ver 2.6.2 in an IE HTA application → problem running ver 2.6.2 in an IE HTA application |
---|
comment:2 Changed 16 years ago by
Have you tried setting FCKConfig.MsWebBrowserControlCompat to true?
comment:3 Changed 16 years ago by
Thanks - Tried it but it did not work. I have added a jpg of the error mesage I receive when the FCK editor tries to load.
comment:4 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Version: | FCKeditor 2.6.2 → FCKeditor 2.3.2 |
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible.
Sample HTA file