Closed (fixed)
Project:
MediaElement
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Mar 2017 at 10:58 UTC
Updated:
26 Dec 2018 at 05:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
michel.g commentedAdded patch with increases the version number in the library hook. Everything still works, you just got to download the 4.0.2 library.
Comment #3
dave kopecekJust bumped the library to 4.0.5
Comment #4
dave kopecekComment #5
brockfanning commentedI'm trying out the latest version available, 4.2.5, and it seems to work fine without any patches. Is this patch needed for any functionality, or is it purely for documentation?
Comment #6
chris matthews commentedThe latest release as of 4/30/18 (4.2.9) is working ok for me. https://github.com/mediaelement/mediaelement/releases/tag/4.2.9
Comment #7
dtarc commentedI'm using MediaElement 4.2.9, embedding videos with Media Colorbox. If I leave the old version in mediaelement.module, 2.1.6, I get some display issues within the Colorbox. If I update the version number in mediaelement_library, the display issues go away.
Removing the version line completely also fixes my display issues. Since this version property is totally optional, I think it's better to remove it entirely. That way no future patches are needed to update to later versions.
Here's a patch with that line removed.
Comment #8
chris matthews commented- Agreed!
The patch in #7 applied cleanly to 7.x-1.x-dev and resolves this issue.
Comment #9
chris matthews commentedComment #11
jnettikThank you. This has been committed.