[Webkit-unassigned] [Bug 94786] MediaController play() doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 10:32:05 PDT 2012


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


Jer Noble <jer.noble at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #2 from Jer Noble <jer.noble at apple.com>  2012-08-23 10:32:03 PST ---
Unfortunately, this code is working exactly as expected.  The spec says:

"A MediaController is a blocked media controller ... if all of its slaved media elements have their paused attribute set to true."

Since the test case has a MediaController with a single slaved media element, and that media element is paused, the MediaController is a blocked media controller, and play() will not cause playback to start until the slaved media element is unpaused.

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