Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27625 closed defect (bug) (fixed)

Audio playlist track advancement broken on mobile

Reported by: cainm's profile cainm Owned by: wonderboymusic's profile wonderboymusic
Milestone: 3.9 Priority: normal
Severity: major Version: 3.9
Component: Media Keywords:
Focuses: Cc:

Description

When using the playlist shortcode with type=audio on an iPhone the media player plays the first file correctly, then looks like it advances to the second file, but replays the first again. If the user clicks on the second track, the correct style is added, but the first track is played.

Occurs in both mobile safari and chrome with iOS 7.1.

Change History (3)

#1 @nacin
11 years ago

  • Milestone changed from Awaiting Review to 3.9
  • Severity changed from normal to major

#2 @wonderboymusic
11 years ago

In 27894:

Make <audio> elements in playlists responsive.

See #27625.

#3 @wonderboymusic
11 years ago

  • Owner set to wonderboymusic
  • Resolution set to fixed
  • Status changed from new to closed

In 27895:

Call MediaElement's shim method for setSrc() when dynamically updating the playing source in playlists, which will properly set the source for mobile.

Make the labels for playlist items slightly smaller to account for size on mobile.

Fixes #27625.

Note: See TracTickets for help on using tickets.