WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159661
REGRESSION (202694): Audio and Video playback controls: Cannot find a position slider to adjust playback position using VO.
https://bugs.webkit.org/show_bug.cgi?id=159661
Summary
REGRESSION (202694): Audio and Video playback controls: Cannot find a positio...
Dean Jackson
Reported
2016-07-11 20:21:53 PDT
The change in
r202694
broke the visibility of the scrubber in MediaDocuments.
Attachments
Patch
(5.05 KB, patch)
2016-07-11 20:27 PDT
,
Dean Jackson
eric.carlson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2016-07-11 20:22:50 PDT
<
rdar://problem/27285135
>
Dean Jackson
Comment 2
2016-07-11 20:27:51 PDT
Created
attachment 283384
[details]
Patch
Eric Carlson
Comment 3
2016-07-12 07:53:44 PDT
Comment on
attachment 283384
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=283384&action=review
> LayoutTests/media/controls/default-size-should-show-scrubber.html:11 > +let tester = new ControlsTest()
Nit: this can be a const
> LayoutTests/media/controls/default-size-should-show-scrubber.html:37 > + let elementState = tester.stateForControlsElement(name);
Ditto.
Eric Carlson
Comment 4
2016-07-12 11:07:26 PDT
Comment on
attachment 283384
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=283384&action=review
> LayoutTests/media/controls/default-size-should-show-scrubber.html:6 > + if (state === null || typeof state.className !== "string") > + return false;
Don't you want to return true here?
> LayoutTests/media/controls/default-size-should-show-scrubber.html:7 > + let classes = state.className.split();
Nit: this can be a const.
Dean Jackson
Comment 5
2016-07-12 11:53:11 PDT
Committed
r203120
: <
http://trac.webkit.org/changeset/203120
>
Ryan Haddad
Comment 6
2016-07-12 16:31:16 PDT
The test added with this change is frequently failing on El Capitan Debug WK2
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fcontrols%2Fdefault-size-should-show-scrubber.html
Ryan Haddad
Comment 7
2016-07-12 16:40:24 PDT
(In reply to
comment #6
)
> The test added with this change is frequently failing on El Capitan Debug WK2 > >
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard
. > html#showAllRuns=true&tests=media%2Fcontrols%2Fdefault-size-should-show- > scrubber.html
Direct link to a failure:
https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/builds/6506
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