[Webkit-unassigned] [Bug 90498] add a setting to allow user to play a media by clicking on it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 20:26:02 PDT 2012


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





--- Comment #13 from Eric Carlson <eric.carlson at apple.com>  2012-07-10 20:26:01 PST ---
(In reply to comment #12)
> One problem with shadow DOM is that if the media element doesn't have the controls attribute, then clicking the media element will not work.

Unless something like your new setting also enables the shadow DOM, eg.

  if (controls() || document()->settings()->mediaClickToPlayEnabled())
    ...

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