#29407 closed defect (bug) (worksforme)
Cannot read setSrc of undefined - playlist shows "Download file", which plays the media in placeholder.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Media | Keywords: | |
Focuses: | ui, javascript | Cc: |
Description
Using 4.0 RC, I inserted a playlist, [playlist ids="449,482,483,484"], which always shows "Download" where play should be, apparently something isn't calling bindPlayer where it's supposed to:
Uncaught TypeError: Cannot read property 'setSrc' of undefined wp-playlist.js?ver=4.0-RC1:70
Backbone.View.extend.playCurrentSrc wp-playlist.js?ver=4.0-RC1:70
Backbone.View.extend.loadCurrent wp-playlist.js?ver=4.0-RC1:149
Backbone.View.extend.setCurrent wp-playlist.js?ver=4.0-RC1:163
Backbone.View.extend.clickTrack wp-playlist.js?ver=4.0-RC1:117
m.event.dispatch jquery.js?ver=1.11.1:3
m.event.add.r.handle jquery.js?ver=1.11.1:3
Change History (3)
Note: See
TracTickets for help on using
tickets.
Just updated to the latest svn again and I'm not seeing this bug.