CKEditor Media Embed

Component ID

1226828

Component name

CKEditor Media Embed

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

I've taken the CKEditor media embed plugin from Kent Safranski and turned it into a wysiwyg plugin. I also slightly modified it not to use an iframe based dialog (it was causing problems for me with Firefox at least).

Known issues

You might find that Firebug stops execution on an error, with one of the following messages:

  • focusList[current] is undefined (if using unminified CKE)
  • aq[as] is undefined (if using minified CKE)

This is not a bug, it's a feature :) So say the CKEditor guys anyway! It's protected by a try...catch clause, so shouldn't cause problems outside of debuggers.