- From: <bugzilla@jessica.w3.org>
- Date: Tue, 21 Jun 2011 05:15:31 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12541 Ian 'Hixie' Hickson <ian@hixie.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian@hixie.ch Summary|Media Element seeking: the |<video> Media Element |asynchronous behaviour of |seeking: the asynchronous |steps 5-12 causes |behaviour of steps 5-12 |unexpected, unwanted |causes unexpected, unwanted |behaviour when getting the |behaviour when getting the |currentTime immediately |currentTime immediately |after it's been set. |after it's been set. Severity|critical |normal --- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-06-21 05:15:31 UTC --- You can't just set currentTime to the new value, because the new value might be greater than the length of the clip, and in that case you need to warp to the end of the clip, but you might not know that time synchronously. No? -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 21 June 2011 05:15:33 UTC