Opened 10 years ago
Closed 10 years ago
#27892 closed defect (bug) (fixed)
Video playlist preview problems
Reported by: | pavelevap | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.9.1 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Media | Keywords: | has-patch commit fixed-major |
Focuses: | javascript | Cc: |
Description
I uploaded 2 testing videos (default from Windows Vista, format .wmv) and created video playlist.
First screenshot shows it in visual editor (second video title is hidden in black line).
Second screenshot is from frontend, big video icon does not look nice, I guess.
Attachments (5)
Change History (22)
#2
@
10 years ago
Chrome, Twenty Fourteen.
When I insert only one video (and not the whole playlist), it looks fine on frontend, but no preview in editor. Screenshots following...
#3
@
10 years ago
- Component changed from General to Media
- Focuses javascript added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 3.9.1
2 things are wrong:
- Playlists in the admin need to do the same native-compatibility tests that shortcodes do, otherwise Flash and Silverlight will bubble errors directly from the VM when loading videos like this
- Playlists need to never show the default icon for videos blown up, missed that one
#5
@
10 years ago
Perfect, default icon is away. But when there is no "Featured image" set, only black color can be seen. I would expect automatic preview of first video file in playlist?
#7
@
10 years ago
Sorry :-) I am playing with this feature for the first time and I am really impressed. There are some annoying problems with UX and localization problems, but great work as a whole!
#8
@
10 years ago
- Keywords has-patch added; needs-patch removed
27892.diff allows files that can played natively to coexist with files that cannot in the TinyMCE views for playlists. There is a problem with the MediaElement plugin bridge that can't read the mejs
from within the Silverlight plugin - probably because all of the JS runs in window.top
Gonna let this sit for a little bit while I continue to think about it.
#11
@
10 years ago
There are still problems:
Video_editor.jpg - still no preview.
Video_playlist_editor.jpg - still no preview, there is only new link "Download file".
#12
@
10 years ago
That is on purpose - only files that can play in the browser natively are shown in the MCE views. All are shown on the front end and in the modal.
The problem is with TinyMCE being in an <iframe>
and MediaElement
loading its plugin bridge without access to window.top
#13
@
10 years ago
OK, so .wmv file does not work. But it could be styled better? Now it looks like simple text URL (for video) and black preview (for video playlist). It would be nice to have black preview also for simple video, maybe with its title and notice "Sorry, preview is not available"?
And why in this case do not work poster images (I set up them for this video)? Also any limitation related to MCE views? Now it is very ugly and .wmv files are used frequently...
Browser? Which theme, does it have an editor stylesheet?