Bug 159661

Summary: REGRESSION (202694): Audio and Video playback controls: Cannot find a position slider to adjust playback position using VO.
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: ryanhaddad
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

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+
Dean Jackson
Comment 1 2016-07-11 20:22:50 PDT
Dean Jackson
Comment 2 2016-07-11 20:27:51 PDT
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
Ryan Haddad
Comment 6 2016-07-12 16:31:16 PDT
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.