Closed (duplicate)
Project:
Media CKEditor
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2016 at 18:28 UTC
Updated:
24 Nov 2016 at 16:47 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahInvestigating ....
json2 library. https://github.com/douglascrockford/JSON-js
and the pass of json image from the media browser to the WSYWIG.
It's right in Edit entity file.
But only in WSYWIG:
Comment #5
rajab natshahIt is encodeURIComponent
Drupal.media.formatForm.getOption
modules/contrib/media/modules/media_wysiwyg/js/media_wysiwyg.format_form.js
This will print out:
This is the behavior override
modules/contrib/media_ckeditor/js/media_ckeditor.format_form.js
This will print out the encodeURIComponent
Comment #6
rajab natshahThis is the patch to fix this issue.
Should be move to the media_ckeditor module
Comment #7
rajab natshahComment #8
joseph.olstadComment #10
joseph.olstadThis is a duplicate of:
#2720997: Overridden fields not encoded in token
Comment #11
rajab natshahPassed the full automated functional test.