[Webkit-unassigned] [Bug 93131] [Mac] Media elements do not fire a suspend event after completely loading the resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 14:13:12 PDT 2012


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





--- Comment #1 from Eric Carlson <eric.carlson at apple.com>  2012-08-06 14:13:11 PST ---
As I noted in https://bugs.webkit.org/show_bug.cgi?id=93052, this is caused by a bug in HTMLMediaElement::setNetworkState, so we only fire 'suspend' when the networkState is set to MediaPlayer::Idle, not when it is set to MediaPlayer::Loaded. It looks like we should move the firing of the event into changeNetworkStateFromLoadingToIdle().

-- 
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