Opened 10 years ago
Closed 10 years ago
#32030 closed defect (bug) (invalid)
4.2 About Page video loading icons are overflowing container
Reported by: | Kelderic | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2 |
Component: | Embeds | Keywords: | dev-feedback close |
Focuses: | Cc: |
Description
Summary
The animated loading icons for the videos on the 4.2 about page overflow their containers. They are set to 640px in width, while the container is 315px in width.
Steps to Reproduce
- Log in to WP Admin.
- Go to About Page (/about.php)
- Scroll Down to the 3 column video section.
Attachments (3)
Change History (11)
#1
@
10 years ago
Sorry, forgot to mention, I'm running Windows 7, Firefox 37.0.1.
On Chrome, it appears that instead of width:640px
, width is being set to 100%
. Same with IE11.
#2
@
10 years ago
- Component changed from Upgrade/Install to Help/About
- Milestone changed from Awaiting Review to 4.2
This ticket was mentioned in Slack in #core by drew. View the logs.
10 years ago
#4
@
10 years ago
- Component changed from Help/About to Embeds
- Keywords dev-feedback added
- Milestone changed from 4.2 to Future Release
- Owner set to wonderboymusic
- Status changed from new to assigned
Moving off the milestone as these videos are just placeholders for now. We should probably look at why the loading icon is being offset in mediaelement video embeds though.
@wonderboymusic: Mind taking a look when you have a chance?
@
10 years ago
Add backgroup colot to play button because it is not visibble due to transparent background
#6
@
10 years ago
- Keywords close added
The issue is caused by missing width in the wp_video_shortcode()
call.
32030.2.diff fixes that, but since these are just placeholders, I'd suggest closing the ticket as invalid.
This wasn't an issue in 3.9 or 4.0, because the width was specified in both.
#7
@
10 years ago
@SergeyBiryukov
I think width is different for every theme so it better to add CSS and fixed it. i already submitted CSS patch https://core.trac.wordpress.org/attachment/ticket/32030/32030.diff.
I tested with all core Wordpress theme it's working fine.
Screenshot of issue.