RESOLVED FIXED 145034
Cursor is displayed after full screen video controls fade away
https://bugs.webkit.org/show_bug.cgi?id=145034
Summary Cursor is displayed after full screen video controls fade away
Roger Fong
Reported 2015-05-14 18:58:15 PDT
rdar://problem/20458604 4/21/15, 8:35 AM Jer Noble: Yeah, we hide the controls by display:none-ing the div holding the controls. But that's also the div which sets the cursor:none. When it's hidden with display:none, it no longer sets the cursor: value, which reverts to the video:-webkit-fullscreen: rule, which is auto-hide. The visible effect is that the cursor hides, shows, then hides again.
Attachments
patch (1.33 KB, patch)
2015-05-14 19:34 PDT, Roger Fong
no flags
Roger Fong
Comment 1 2015-05-14 19:34:02 PDT
WebKit Commit Bot
Comment 2 2015-05-15 11:41:39 PDT
Comment on attachment 253168 [details] patch Clearing flags on attachment: 253168 Committed r184400: <http://trac.webkit.org/changeset/184400>
WebKit Commit Bot
Comment 3 2015-05-15 11:41:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.