I have a view with audio fields using jplayer. Only the first one can play the media, the rest applies the # hash and scroll to the top when hitting the play button.

Comments

itarato’s picture

The problem is that the jPlayer plugin (v 2.0.0) is using the default css selector for the player: #jp_interface_1
To override this setting we have to provide it in the options array. The patch intended to fix that part. I tested it and it's working.
Please, consider merging it. Thanks!

itarato’s picture

Status: Active » Needs review
Taxoman’s picture

Version: 7.x-1.0-beta6 » 7.x-1.x-dev
Assigned: itarato » Unassigned
Priority: Normal » Major
tamerzg’s picture

Issue summary: View changes
Status: Needs review » Fixed

Now version 7.x-1.0 supports Jplayer through https://www.drupal.org/project/jplayer module so the latest version is working fine.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.