#24896 closed defect (bug) (fixed)
MediaElement.js audio/video fallback links and audio player do not render well in iOS
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Media | Keywords: | has-patch upstream |
Focuses: | Cc: |
Description (last modified by )
From davidjlaietta in #23798:
Testing today at WCSF dev day, noticed that on iOS mobile browsers, fallback me-cannotplay div breaks site layout because it has hardcoded height and width values. See attached screenshots for iOS Chrome and Safari. Any default theme has this issue.
If we change the hardcoded height and width of the me-cannotplay element to auto, issue is resolved.
iOS Chrome with webM: http://core.trac.wordpress.org/attachment/ticket/23798/2013-07-28%2018.02.02.png
iOS Safari with webM: http://core.trac.wordpress.org/attachment/ticket/23798/2013-07-28%2018.02.28.png
Patch against the minified MediaElement.js source: ticket:23798:23798.3.diff
Additionally, the audio player renders too wide, breaking the layout.
Attachments (2)
Change History (9)
#1
@
11 years ago
- Description modified (diff)
- Summary changed from MediaElement.js audio fallback links do not render well on iOS to MediaElement.js audio/video fallback links and audio player do not render well in iOS
Note: See
TracTickets for help on using
tickets.
24896.diff fixes the audio (working player) width issue, as well as the
me-cannotplay
video and audio width issue.