[Bug 13871] <video> behavior when setting currentTime to current playback position

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13871

--- Comment #15 from Simon Pieters <simonp@opera.com> 2011-08-26 13:00:13 UTC ---
(In reply to comment #11)
> since I proposed that no exception be raised only when:
> 
> readyState == HAVE_NOTHING && newTime == currentTime
> 
> then it would not "break" the above code, which does not rely upon the
> exception when readyState == HAVE_NOTHING

I think you have misunderstood Philip's example. The exception was not the
point.
The point is that the code expects to get a seeked event when the user clicks
on the controls, even if the user happens to click where the new seek position
matches the current position.

-- 
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 Friday, 26 August 2011 13:00:19 UTC