[Webkit-unassigned] [Bug 259862] Setting and Getting 'audio.muted' and 'video.muted' via script-created fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 19 18:21:11 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=259862
--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
In HTMLMediaElement::attributeChanged, I tried adding:
case AttributeNames::mutedAttr:
if (attributeModificationReason == AttributeModificationReason::Parser)
m_muted = true;
return;
But it didn't work.
If I change to m_explicitlyMuted = true; then it progress these four but also fail 12 more. :-(
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240520/14656299/attachment.htm>
More information about the webkit-unassigned
mailing list