#32722 closed defect (bug) (fixed)
Unresponsive video embed with Firefox 38
Reported by: | polyfade | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.2.2 |
Component: | Media | Keywords: | needs-patch good-first-bug |
Focuses: | Cc: |
Description
Using the default embed method, the video player is not responding/flexing to the width of the window specific to Firefox v38 (Mac 10.10.3). Whether this is classified as a Wordpress or Media Element issue, I'm not sure.
All other browsers display the video player just fine. Tested using a couple themes, including the default TwentyFifteen without any plugins active.
Screenshothttps://cloudup.com/caKTM38r_-T
Attachments (1)
Change History (11)
#1
@
9 years ago
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 4.3
#3
@
9 years ago
I am able to reproduce on Firefox 38.0.5 Mac OS 10.10.3 - actually uploading a local mp4.
Screenshot: https://cloudup.com/cUrCot47wrT
#4
@
9 years ago
Doesn't seem to be a MediaElement.js issue, as their barebones example works fine in the same setup.
Setting max-width:100% on .mejs-container does appropriately set the video width, but ends up letterboxing and not setting the height correctly.
#5
@
9 years ago
This is looks like a bug in the way mediaelement.js updates the video size and should probably be fixed upstream. Here's the related issue: https://github.com/johndyer/mediaelement/issues/920.
#6
@
9 years ago
I submitted a patch to the mediaelement project that should resolve this issue. You can see the details here: https://github.com/johndyer/mediaelement/pull/1531.
#7
@
9 years ago
- Owner set to wonderboymusic
- Status changed from new to assigned
We may monkey-patch for this
#8
@
9 years ago
- Focuses ui removed
Removing UI focus, it is UI but basically everything ME.js as needed to be fixed in core is and I don't need to track this :)
Needs responsive CSS for Firefox, possibly others - I gave up here: