Hi Opigno
I've installed the External Video App and can see the new button in the WYSIWYG editor however when I click the button nothing happens. Any idea how to fix it?
Thanks
Scott
James Aparicio
Tue, 11/11/2014 - 11:50
Hi Scott,
Hi Scott,
For sure it is one of the text filters,
Try removing some in admin/config/content/formats/html to know which one is it.
Best regards
Scott
Thu, 11/13/2014 - 12:50
Hi James, I only have two
Hi James, I only have two options ticked on this page, these are Video Filter and Convert URLs into links. I tried unticking these but it doesn't make a difference.
In Administration » Configuration » Content authoring it says I am using CKEditor 3.6.3.7474. Also tried creating a new text format and added the CKeditor with the video option ticked and have same problem.
I also tried uninstalling and reinstalling the external video app but it didn't resolve it. Any other suggestions for checks I can run? (im still on Opigno version 1.4, if that matters)
Thanks!
Scott
Scott
Thu, 11/13/2014 - 22:59
iFrame
Hi James
I just ended up using an iFrame for this in the end as works well so is good enough for me.
Thanks
Scott
Kent
Mon, 12/01/2014 - 20:43
Same Issue
I am running into the same issue. This is a new install, except for installing the External Video app. I removed all other filters and when I click on the button, nothing happens on screen. I did get this error in Chrome's Console:
Uncaught TypeError: undefined is not a function plugin.js?t=C3HA5RM:21
editor.addCommand.exec ckeditor.js?nfx4tg:22
exec ckeditor.js?nfx4tg:26
e.extend.exec Commandckeditor.js?nfx4tg:46
e.extend.click ckeditor.js?nfx4tg:46
t.execute ckeditor.js?nfx4tg:10
(anonymous function) ckeditor.js?nfx4tg:10
a.tools.callFunction edit:1
onclick edit:1
James Aparicio
Tue, 12/02/2014 - 09:28
Hi Kent,
Hi Kent,
Chrome removed showModalDialog compatibility from their latest release. This is specific to chrome.
We are aware of this is we will apply this patch next release.
Hi Scott,
Hi Scott,
For sure it is one of the text filters,
Try removing some in admin/config/content/formats/html to know which one is it.
Best regards
Hi James, I only have two
iFrame
Same Issue
Uncaught TypeError: undefined is not a function plugin.js?t=C3HA5RM:21 editor.addCommand.exec ckeditor.js?nfx4tg:22 exec ckeditor.js?nfx4tg:26 e.extend.exec Commandckeditor.js?nfx4tg:46 e.extend.click ckeditor.js?nfx4tg:46 t.execute ckeditor.js?nfx4tg:10 (anonymous function) ckeditor.js?nfx4tg:10 a.tools.callFunction edit:1 onclick edit:1
Hi Kent,
Hi Kent,
Chrome removed showModalDialog compatibility from their latest release. This is specific to chrome.
We are aware of this is we will apply this patch next release.
Go ahead and apply it.
https://www.drupal.org/node/2335169
https://www.drupal.org/files/issues/video_filter-fix_modal-2335169-11.patch
Best regards
Thanks!