[Webkit-unassigned] [Bug 35333] [GTK] video playback position query flood when mouse over the video element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 07:43:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=35333





--- Comment #20 from Gustavo Noronha (kov) <gns at gnome.org>  2010-03-16 07:43:58 PST ---
Created an attachment (id=50789)
 --> (https://bugs.webkit.org/attachment.cgi?id=50789)
a possible layout test for the root cause

The spec is not very specific on whether video.paused should be true when the
video ends, but I think it should be if we're not looping, from my reading,
since I consider that to be a case of 'paused for user interaction' - the user
needs to take action to get the video playing again, or to seek it. If it is
not, then we need to improve this optimization to also take the ended attribute
into consideration. I made this test based on media/video-loop.html, and we
currently fail it. Eric, can you check if Mac passes this test? Your help would
be appreciated in figuring this behaviour out =).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list