Closed (duplicate)
Project:
Video Filter
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2012 at 12:51 UTC
Updated:
21 Nov 2014 at 05:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gargsuchi commentedI am also seeing the same behavior, clicking on the Insert button does not insert it in the wysiwyg - instead it just submits the form there itself.
Comment #2
mikeru commentedWe also experience the same issue. Clicking Insert doesn't take effect.
Comment #3
ksavoie commentedI can confirm the same behavior using the latest versions of D7(7.22), CKEditor(7.x-1.13) and Video Filter(7.x-3.1).
After making the adjustments (video_filter/editors/ckeditor/README.txt) to allow the module/plugin to work under CKEditor, clicking the 'Video Filter' button in the WYSIWYG brings up the insert dialog but pressing insert (or cancel) equates to no action. It doesn't insert the code.
Comment #4
kifuzzy commented(...) using the latest versions of D7(7.22), CKEditor(7.x-1.13) and Video Filter(7.x-3.1). (...)me too, using them.
it "works" (but 1 issue (?) opened by me: Administration Theme / Overlay / own site theme ) .. so i can use it functionally AFTER had a look to this issue: Strict Warning Message)
i am answering cause using same versions.
Or ... by having other problems before, i am using (this case) not CKeditor Version 4.x, made a downgrade to Version 3.6.6.1
Edit:
Also copying all of folder "sites\all\modules\video_filter\editors\ckeditor" ... to ... "sites\all\modules\ckeditor\plugins\video_filter"
Comment #5
markhalliwellPatch that adds
hook_ckeditor_plugin()for the standalone CKEditor module. Also removed the README.txt file for that, since it's no longer neededComment #6
fmb commentedI haven't tested directly your patch, but I used hook_ckeditor_plugin like you did, which actually forces Ckeditor to detect the plugin. I believe this should be committed. Thanks for the tip by the way.
Comment #7
kifuzzy commented@Mark Carver - thx for the tip
Comment #8
ogomez78 commentedThis same behavior, where the video filter dialog doesn't actually insert the shortcode into the editor, is also happening with WYSIWYG
This is the configuration:
WYSIWYG 7.x-2.2+23-dev using CKEditor 4.2.1.5010dd4
Video Filter 7.x-3.1+3-dev
Also this module is in place which seems to also optimize admin pages: Advanced CSS/JS Aggregation 7.x-2.0.
Comment #9
damienmckennaThis is a duplicate of #1434158: Update the readme for how to use with the new version of ckeditor and implement hook: video_filter_ckeditor_plugin().