You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try out the demo at http://waveform.prototyping.bbc.co.uk on Safari on OSX 10.9 the playhead behaves oddly creeping slowly backward from the time you hit pause, updating both waveform views as it goes.
It looks like there is an event loop in the form:
Player captures a "waveform_seek" event and changes its playback position
This causes a "timeupdate" which is captured in WaveformOverview
WaveformOverview moves the playhead to the new time
This emits a "waveform_seek" event based on playhead position for a slightly earlier time and the loop starts again at 1
Is this expected? It seems to behave properly in Chrome.
The text was updated successfully, but these errors were encountered:
It behaves properly in Chrome, Firefox and Opera though. Have you successfully tried on another version of Safari (it is reported to be Version 7.0.1 (9537.73.11) on OSX 10.9)?
When you try out the demo at http://waveform.prototyping.bbc.co.uk on Safari on OSX 10.9 the playhead behaves oddly creeping slowly backward from the time you hit pause, updating both waveform views as it goes.
It looks like there is an event loop in the form:
Is this expected? It seems to behave properly in Chrome.
The text was updated successfully, but these errors were encountered: