WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
144122
Update media timeline controls when video is paused.
https://bugs.webkit.org/show_bug.cgi?id=144122
Summary
Update media timeline controls when video is paused.
Roger Fong
Reported
2015-04-23 14:40:24 PDT
We don't show or update our controls when the video is paused. This is normally not an issue if you pause via the controls because the timeline is already active and being shown but if paused programmatically, (like when the video ends) the controls do not appear.
Attachments
patchh
(2.44 KB, patch)
2015-04-23 14:45 PDT
,
Roger Fong
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Roger Fong
Comment 1
2015-04-23 14:40:56 PDT
rdar://problem/19823121
Roger Fong
Comment 2
2015-04-23 14:42:49 PDT
Note that this now matches our behavior on iOS.
Roger Fong
Comment 3
2015-04-23 14:45:11 PDT
Created
attachment 251493
[details]
patchh
Jon Lee
Comment 4
2015-04-23 14:48:11 PDT
Comment on
attachment 251493
[details]
patchh View in context:
https://bugs.webkit.org/attachment.cgi?id=251493&action=review
> Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:1310 > + this.showControls();
This will keep the controls hidden if the <video> does not specify the "controls" attribute?
Roger Fong
Comment 5
2015-04-23 15:21:30 PDT
(In reply to
comment #4
)
> Comment on
attachment 251493
[details]
> patchh > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=251493&action=review
> > > Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:1310 > > + this.showControls(); > > This will keep the controls hidden if the <video> does not specify the > "controls" attribute?
The controls won't be created at all if the we don't specify the controls attribute, (at least they don't show up in the shadow DOM, so they could be getting display: none'd). Either this won't effect the "controls" attribute.
WebKit Commit Bot
Comment 6
2015-04-23 16:02:40 PDT
Comment on
attachment 251493
[details]
patchh Clearing flags on attachment: 251493 Committed
r183225
: <
http://trac.webkit.org/changeset/183225
>
WebKit Commit Bot
Comment 7
2015-04-23 16:02:44 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.
Top of Page
Format For Printing
XML
Clone This Bug