Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2012 at 20:15 UTC
Updated:
14 Jun 2013 at 17:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
joelcollinsdc commentedpatch attached
Comment #2
populist commentedShould Panopoly be using the 2.x branch as well?
Comment #3
joelcollinsdc commentedseems to work for me. haven't tested 2.x of vimeo yet.
i needed 2.x for the ability to use the iframe api stuff.
Comment #4
saltednutThis patch updates everything media-related to 2.x dev for widgets. Needs testing.
Comment #5
saltednutSeems to be working right now. Should probably add revisions in case anything breaks. :)
Comment #6
barraponto@brantwynn does it fix #1842782: inserting videos using wysiwyg results in preview image being used as well? I'll check later.
Comment #7
saltednut@barraponto From my tests, it would appear that #1842782: inserting videos using wysiwyg results in preview image being used is not fixed by this.
Comment #8
populist commentedAlright! I reviewed all this, pushed up the Media: Youtube and Media: Vimeo to 2.x-dev, and updated the responsive CSS for things. This still needs more testing + an upgrade path, but marking as fixed since we are rolling 2.x style.
Comment #9
saltednut@populist - Any reason we did not also include the update to media and file_entity from #5? Is that tracked in another issue?The Media and File Entity updates are be taken care of in #1964086: Update Modules for RC4 Release - April I guess...
Comment #10
barrapontoUpgrading from RC3 to RC4 would break stuff? It's a showstopper if we roll out a RC release that is not backwards-compatible :(
Comment #11
populist commented@barraponto - don't worry. RC4 should be an easy update from RC3. just want to make sure (through testing) this is going to work since we are doing a major version update for Media: Youtube and Media: Vimeo. My initial testing suggests it works pretty well, but just want to make sure.
Comment #13
rerooting commentedUpon upgrading to media_youtube 2.x, the only problem was that the video widget was not resizing the youtube iframe properly (which was done before with javascript, though that javascript is gone in the 1.x branch of widgets now it appears). Setting the width in video file display to 100% seems to have fixed it, however.