Closed (duplicate)
Project:
D7 Media
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2013 at 04:07 UTC
Updated:
27 Aug 2014 at 14:32 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI'm having the exact same problem, though I'm probably like one version behind. Damn..
Comment #2
Mooff commentedSame with CKE (latest dev version of media 7.2 and file entity, latest wysiwyg, drupal 7.23).
Also the other values in the image overlay do not work. Like resizing.
- click the image, select the link button, add a link
- hit save node -> link gone
OR - hit disable rich text -> link gone
- click the image, resize
- hit save node -> resize gone
OR - hit disable rich text -> resize gone
Did some further checking. On our livesite (drupal 7.23, media 7.x-2.0-alpha2 and entity 7.x-2.0-alpha2, latest wysiwyg) everything works. On our testsite, which is a mirror created about 4 days ago with the developer versions it doesn't.
Comment #3
damienmckennaI've debugged this a little and found that the problem is because the link is added inside the special MEDIA-WRAPPER-START comment, so when it turns the inline image from the WYSIWYG field into a media code it chops out the link.
Comment #4
damienmckennaDigging into it a little more, this MEDIA-WRAPPER-START/MEDIA-WRAPPER-END stuff is handled by media.filter.js, so it needs some custom work
Comment #5
damienmckennaThis appears to be resolved by #2067063: Wysiwyg integration is broken. Or maybe it's fixing the image styles. Either way, on my sites this is working now.
Comment #6
Anonymous (not verified) commentedOpening it back up. Patch causes "false" on all images to display on mine.
Comment #7
damienmckennaIssue #2067063: Wysiwyg integration is broken should resolve this, lets wait for it to be fixed first and see if further work is necessary.
Comment #8
ParisLiakos commentedthis should be fixed in latest dev
Comment #9
ParisLiakos commentedComment #10
bendev commenteddev version solves this issue.
would be great to get a new alpha version for this.
Moreover the dev version doesn't support 'file selector' widget, but only 'file browser' So with the dev version I don't get alt and titles for images.
thank you