Closed (outdated)
Project:
jPlayer
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2012 at 17:09 UTC
Updated:
18 Jun 2016 at 17:59 UTC
Jump to comment: Most recent
Hi all
I just created set jPlayer to output a playlist of audio files in a View (3) in Drupal 7.12. It is the HTML5 version. The player works and functions great. Underneath it in the playlist, however, I am seeing some strange control button labels in plain text, prepending the name of each audio file, like so:
"play pause stop mute unmute Name-of-file.mp3"
Here is the actual HTML output. Notice the high number of line breaks too:
<div id="jplayer-view-audio-box-1334077325_playlist" class="jp-playlist">
<ul><li class="first jp-playlist-first"><a href="http://ike.local/sites/default/files/05%20-%20Higher%20Ground.mp3" id="jplayer-view-photo-box-1334077325_item_0" tabindex="1">play
pause
stop
mute
unmute
05 - Higher Ground.mp3</a></li>
<li class="last jp-playlist-last"><a href="http://ike.local/sites/default/files/What%27s%20Going%20On.mp3" id="jplayer-view-audio-box-1334077325_item_1" tabindex="1">play
pause
stop
mute
unmute
What&#039;s Going On.mp3</a></li>
</ul> </div>
Comments
Comment #0.0
amfriedman commentedClarified some language.
Comment #1
markie commentedAll: With the release of 7.x-2.0 I am going to close this issue and look forward to any new issues created against that release. Thanks for your patience on this project.