WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
140524
HTMLMediaElement::isPlayingAudio() returns true even when the element is explicitly muted by script
https://bugs.webkit.org/show_bug.cgi?id=140524
Summary
HTMLMediaElement::isPlayingAudio() returns true even when the element is expl...
Ada Chan
Reported
2015-01-15 16:03:45 PST
If the media element is explicitly muted in the DOM, we should not classify it as "playing audio". For example, there are websites that use a muted video to display an animated background, and that video element should be treated as "not playing audio". <
rdar://problem/18644403
>
Attachments
Patch
(6.04 KB, patch)
2015-01-16 16:25 PST
,
Ada Chan
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ada Chan
Comment 1
2015-01-16 16:25:01 PST
Created
attachment 244817
[details]
Patch
Andreas Kling
Comment 2
2015-01-17 18:53:05 PST
Comment on
attachment 244817
[details]
Patch r=me
Ada Chan
Comment 3
2015-01-19 10:51:29 PST
Thanks Andreas! Committed:
http://trac.webkit.org/changeset/178655
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug