soundcloud / areweplayingyet

html5 audio benchmarks
BSD 2-Clause "Simplified" License
311 stars 69 forks source link

Events consistency #24

Closed neovov closed 13 years ago

neovov commented 13 years ago

I had an issue on webkit regarding the event orders.

Sometimes some events aren't triggered (like "canplaythrough" without a "canplay" before, or event worse, no "ended" event). It seems it happend mostly after hotswapping the src attribute.

Do you think we can provide some tests for that ?

tsenart commented 13 years ago

If it's something that shouldn't happen please write a test following the directions in our README. If you need any help just get back to us!

neovov commented 13 years ago

Ok, I will, thanks!

neovov commented 12 years ago

Pull request for an "ended" event after hotswapping test: https://github.com/soundcloud/areweplayingyet/pull/35