Closed (won't fix)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media WYSIWYG
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2014 at 15:23 UTC
Updated:
26 May 2019 at 11:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
br0kenComment #2
br0kenHere is the patch for "7.x-2.x".
Comment #3
mariacha1 commentedComment #4
mariacha1 commentedComment #6
br0kenComment #7
br0kenComment #8
tocab commentedProposal of a new patch based on the previous patch : media.filter.inc_.patch for the 2.0-alpha3 version because it fails patching the media.filter.inc file for me.
Comment #10
steinmb commented@tocab all patches need to be applied against latest dev. Patch in #6 apply just fine. Re-uploading patch untested.
Comment #11
grahamtk commentedWhat fixed this for me was applying the patch in #2328493: Async behavior of wysiwyg plugin attach/detach leads to some media tags not being replaced in time to 7.x-2.x-alpha4, maybe for you too?
Comment #12
paulsheldrake commentedWhat worked for me was applying the patch from #10 and the patch from #5 on this issue
https://www.drupal.org/node/2328493
This allowed me to have multiple editors and the media render correctly
Comment #13
br0kenHere is the patch for 7.x-2.x.
And guys, I really want to believe that this changes will be applied to core, because my projects are falling every time after module updates.
Comment #14
areynolds commentedUnfortunately this patch does not apply cleanly to the latest 2.x-dev, since the location of media_wysiwyg_pre_render_text_format() has been moved from media_wysiwyg.filter.inc to media_wysiwyg.module and has been refactored a bit.
However, I can confirm that when applying #13 to 2.x-alpha4 along with #5 from https://www.drupal.org/node/2328493 that the issue is resolved.
Comment #15
wheelercreek commentedI was running into the same issue - I can also confirm that these patches work, I added them both. Thanks for the work on these.
Comment #16
gmclelland commentedAre we sure this is still an issue with 7.x-2.x-dev? I tested with http://simplytest.me/project/media_dev/7.x-2.x by adding another body field to the article content type.
I added an image to each body field and saved the node. Everything seemed to function correctly. I am missing any steps?
Comment #17
br0kenMaybe it was fixed, I don't know. Currently we using patched module.
Also, the patch cannot be applied now.
Comment #18
br0kenComment #19
avpaderno