Opened 11 years ago
Last modified 11 years ago
#12234 confirmed Task
Missing dialog#iframeAdded event
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
In CKEDITOR.dialog
we have iframeAdded listener, and I see no such event fired in full package. I guess that it might been too hastily removed from the code.
I noticed that issue when I was checking #9611 issue.
Event is not docummented, but I think it should be fired by the iframedialog
plugin, so keyboard handler can be attached to the frame.
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Status: | new → confirmed |
---|
Sample solution pushed to t/12234.
Though I think it might be worth to give some time to simplify it a little bit.