Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 09:17 UTC
Updated:
28 Jan 2011 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
miro_dietikerThis seems related:
http://dev.ckeditor.com/ticket/4648
While it should be part of 3.5 i still see a "MISSING" comment in the sources when grepping for iFrame.
EDIT: "MISSING" seems to refer to missing translation for the matches.
Also the release blog talks about iframes support:
http://ckeditor.com/blog/CKEditor_3.5_released
And here is the full iframe documentation
http://docs.cksource.com/CKEditor_3.x/Users_Guide/Rich_Text/IFrame
Comment #2
twodThanks for creating an issue about this, I know this new iFrame plugin is part of the latest release but I have not yet had time to add support for it to ckeditor.inc.
It should be a pretty small change, Wysiwyg just needs to be told the plugin is there and which buttons it provides using the plugin list at the end of that file.
7.x-2.x is our main "target" now and things are backported to 6.x-2.x after that, though in this case a single patch should be able to cleanly apply to both.
Comment #3
miro_dietikerIn CKEditor 3.5 the element is named iFrame while in nightly build it is named IFrame.
Also the button/functionality IS contained in the current download 3.5. Starting one of the samples shows it.
TwoD, it seems to me there's something more needed than adding the button to the internal plugin list(s).
Can you help me fix this?
Comment #4
twodHmm, the official button name is just "iFrame", but I wonder if we should name it "Insert iFrames" or similar instead?
Hence the "needs review" rather than committing it right away...
Thoughts?
The patch is made for HEAD (7.x-2.x-dev) but should apply to any version since they are almost identical.
Comment #5
miro_dietikerYou're absolutely right. It works with "Iframe".
Is there a version check needed to remove the tool on unsupported previous versions?
Comment #6
twodYes, of course.
Comment #7
sunLooks good to me, thanks!
Comment #8
twodThank you for reviewing and testing!
#6 was committed to all branches.
The -dev snapshots will be updated within 12 hours and this fix will be in the next official release.