Inline media controls disappear when returning a video to inline
<rdar://problem/21142862>
Created attachment 255585 [details] Patch
Comment on attachment 255585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255585&action=review > Source/WebCore/ChangeLog:33 > + naming doesn't make much sense :( this is sad, indeed.
Committed r185969: <http://trac.webkit.org/changeset/185969>
Comment on attachment 255585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255585&action=review r=me too > Source/WebCore/Modules/mediacontrols/mediaControlsiOS.js:350 > + if (this.controlsAreHidden() || !this.controls.panel.classList.contains(this.ClassNames.show)) { Now might not be the time to do this, but we should consider putting this logic into controlsAreHidden.