Opened 12 years ago
Closed 10 years ago
#9201 closed New Feature (wontfix)
When CKEditor is inside an IFrame, it is not possible to move dialogs outside the IFrame
Reported by: | Teresa Monahan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.6.4 |
Keywords: | IBM CantFix | Cc: | Damian, Satya Minnekanti |
Description
To see an example of this:
- Save the attached 2 files into the _samples directory.
- Open editorInIFrame.html in a browser.
- Open the Find dialog.
- Try to drag the dialog outside of the IFrame.
Problem: It is not possible to move the dialog outside of the IFrame. This makes it difficult to use the Find/Replace features since the dialog obstructs much of the editor.
The reason we would like support for this is to use CKEditor with Open Social APIs. This requires CKEditor to work as a gadget in an Open Social container (e.g Shindig) where the CKEditor dialogs can open in a specified target frame/IFrame instead of in the HTML page of the editor.
One idea we have discussed as a possible workaround for this was to hide another editor instance in the frame/IFrame where we want the dialog to display and switch the editor documents between the 2 editor instances. However this is not ideal since it requires an extra editor instance and there could be many other undesired consequences of this.
Since Open Social is becoming widespread in enterprise applications, it would be great for CKEditor to support this usecase. Is there some other way this can be supported?
Attachments (2)
Change History (7)
Changed 12 years ago by
Attachment: | frame1.html added |
---|
Changed 12 years ago by
Attachment: | editorInIFrame.html added |
---|
comment:1 Changed 12 years ago by
Type: | Bug → New Feature |
---|
comment:2 Changed 12 years ago by
Component: | General → UI : Dialogs |
---|---|
Status: | new → confirmed |
comment:4 Changed 10 years ago by
We are ok to get this one close - since I dont think this is technically achievable.
comment:5 Changed 10 years ago by
Keywords: | CantFix added |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
I appreciate the feedback and your position about it. I couldn't agree more.
There is no current way to support it.