Opened 10 years ago
Last modified 7 years ago
#31139 reopened enhancement
Allow editing of video embed parameters in the media modal
Reported by: | melchoyce | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
Unsure if this is possible, but it would be pretty sweet if you could adjust available video embed parameters, such as height/width, straight from the media modal. It could fit pretty well on this screen: https://cloudup.com/caoYOVuWM41
Attachments (5)
Change History (37)
#2
@
10 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
#3
@
10 years ago
- Keywords has-patch ui-feedback added; needs-patch removed
- Milestone changed from Future Release to 4.2
#4
@
10 years ago
31139.2.diff is a better UI and mostly works, only problem being: there are some cases were we need to transition from a URL to an [embed]
when the width and/or height changes. This currently doesn't work because of how MCE views find themselves in the DOM. Will ping @iseulde
This ticket was mentioned in Slack in #core by wonderboymusic. View the logs.
10 years ago
#6
@
10 years ago
I'll try to fix this in the next patch. We should auto detect the new view text and update everything accordingly. Currently you can't change the view's type.
#8
@
10 years ago
Scott posted a video here: https://wordpress.slack.com/archives/core/p1424979075000063
#10
@
10 years ago
This currently doesn't work because of how MCE views find themselves in the DOM. Will ping @iseulde
@wonderboymusic Tweaked the API. :) Haven't looked at the encoding problem though, but will fix!
#14
@
10 years ago
- Keywords 4.2-beta added
- Owner set to wonderboymusic
- Status changed from new to assigned
#15
@
10 years ago
Do we have any problems here with recent view changes, and/or is the encoding issue fixed now? Not sure if anything else was left here.
This ticket was mentioned in Slack in #core by drew. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by wonderboymusic. View the logs.
10 years ago
#19
@
10 years ago
@wonderboymusic Is that something that needs to be fixed in this ticket or is this one done?
This ticket was mentioned in Slack in #core by iseulde. View the logs.
10 years ago
#23
@
10 years ago
- Keywords revert added; has-patch ui-feedback 4.2-beta removed
- Resolution fixed deleted
- Status changed from closed to reopened
Per #32006 and as confirmed in testing, this isn't working in 4.2-RC3. Let's revert and try again later, perhaps with a more unified-feeling look. Right now they just kind of hang out under the video and you don't even see the fields half the time.
#25
@
10 years ago
- Keywords changed from revert commit to revert commit revert
31139.patch looks good.
#27
@
10 years ago
- Keywords revert commit revert removed
- Milestone changed from 4.2 to Future Release
- Resolution fixed deleted
- Status changed from closed to reopened
The attached code works for editing embeds, but needs a cleaner UI