[Webkit-unassigned] [Bug 144770] Media Controls stop update after hovering for a few seconds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 02:38:35 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144770
--- Comment #39 from James Craig <jcraig at apple.com> ---
Comment on attachment 253508
--> https://bugs.webkit.org/attachment.cgi?id=253508
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=253508&action=review
> Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:828
> + if (!parseInt(opacity) && !this.controlsAlwaysVisible()) {
> + this.base.removeChild(this.controls.inlinePlaybackPlaceholder);
> + this.base.removeChild(this.controls.panel);
This change has regressed accessibility (bug 145684) for VoiceOver and Switch Control (probably Orca, too). Once you start playing a video the controls disappear and you can't get them back without a mouse hover.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150723/3e90883c/attachment-0001.html>
More information about the webkit-unassigned
mailing list