Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 09:51 UTC
Updated:
7 May 2014 at 06:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rooby commentedWorks for me.
RTBC to get maintainer eyes on it.
Comment #2
rooby commentedActually, it doesn't seem to work with IE7.
You get:
Comment #3
rooby commentedNow I'm getting that error in IE8 as well.
Weird because I'm sure it worked a couple of times.
Not sure if it is related to using IE9 in IE8 & IE7 modes.
Comment #4
rooby commentedThis works (tested in IE 7, 8, 9, 10, FF 20, Chrome 26, Safari 6) however I'm wondering why isn't already like this and I'm guessing it is because the getSelectedText() function was not in ckeditor until version 3.6.1, which means if we switch to this then users will have to upgrade to at least 3.6.1.
3.6.1 has been out for almost 2 years so I think it is ok to say ckeditor module 7.14 requires the ckeditor plugin 3.6.1 or higher.
People will get a better experience with a newer version and it means not having to code around older version quirks.
I'm interested to see what the maintainer's opinion of this is.
Comment #5
miroslavbanov commentedI can confirm that patch #4 works with IE8 and IE9. I am also posting an alternative patch that should work for lower version of CKeditror.
Comment #7
wwalc commentedThe code makes sense so I pushed it, though the plugin itself should be dropped as requested in #2140155: Remove media plugin, once this ticket is closed: #2159403: Make CKEditor plugin system modular and clean
Comment #8
rooby commentedThanks. I figured #2159403: Make CKEditor plugin system modular and clean would trump this one.