Title: [184400] trunk/Source/WebCore
- Revision
- 184400
- Author
- [email protected]
- Date
- 2015-05-15 11:40:09 -0700 (Fri, 15 May 2015)
Log Message
Cursor is displayed after full screen video controls fade away.
https://bugs.webkit.org/show_bug.cgi?id=145034.
<rdar://problem/20458604>
Reviewed by Jer Noble.
* Modules/mediacontrols/mediaControlsApple.css:
(video::-webkit-media-controls-panel):
Unnecessary cursor style is on the control panel while hidden but
the cursor will already be hidden anyways from being auto-hidden.
Causes style to change when controls are hidden,
which causes the cursor to reappear.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (184399 => 184400)
--- trunk/Source/WebCore/ChangeLog 2015-05-15 18:25:57 UTC (rev 184399)
+++ trunk/Source/WebCore/ChangeLog 2015-05-15 18:40:09 UTC (rev 184400)
@@ -1,5 +1,20 @@
2015-05-15 Roger Fong <[email protected]>
+ Cursor is displayed after full screen video controls fade away.
+ https://bugs.webkit.org/show_bug.cgi?id=145034.
+ <rdar://problem/20458604>
+
+ Reviewed by Jer Noble.
+
+ * Modules/mediacontrols/mediaControlsApple.css:
+ (video::-webkit-media-controls-panel):
+ Unnecessary cursor style is on the control panel while hidden but
+ the cursor will already be hidden anyways from being auto-hidden.
+ Causes style to change when controls are hidden,
+ which causes the cursor to reappear.
+
+2015-05-15 Roger Fong <[email protected]>
+
Checkmark on OFF option of captions sometimes does not appear.
https://bugs.webkit.org/show_bug.cgi?id=145060.
<rdar://problem/19388333>
Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (184399 => 184400)
--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-05-15 18:25:57 UTC (rev 184399)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-05-15 18:40:09 UTC (rev 184400)
@@ -92,7 +92,6 @@
}
video::-webkit-media-controls-panel {
- cursor: none;
opacity: 0;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes