RESOLVED FIXED 174650
[iOS] REGRESSION: Scrubbing media using built-in controls does not pause media
https://bugs.webkit.org/show_bug.cgi?id=174650
Summary [iOS] REGRESSION: Scrubbing media using built-in controls does not pause media
Antoine Quint
Reported 2017-07-19 07:18:05 PDT
When scrubbing media with the built-in controls, the media isn't paused as it is on macOS. This is a regression over iOS 10.
Attachments
Patch (19.12 KB, patch)
2017-07-19 08:09 PDT, Antoine Quint
no flags
Archive of layout-test-results from ews121 for ios-simulator-wk2 (11.74 MB, application/zip)
2017-07-19 09:49 PDT, Build Bot
no flags
Patch (19.73 KB, patch)
2017-07-19 09:54 PDT, Antoine Quint
no flags
Patch for landing (19.73 KB, patch)
2017-07-19 12:34 PDT, Antoine Quint
no flags
Radar WebKit Bug Importer
Comment 1 2017-07-19 07:18:22 PDT
Antoine Quint
Comment 2 2017-07-19 08:09:09 PDT
Build Bot
Comment 3 2017-07-19 09:49:45 PDT
Comment on attachment 315920 [details] Patch Attachment 315920 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/4148350 New failing tests: media/modern-media-controls/scrubber-support/ipad/scrubber-support-drag.html
Build Bot
Comment 4 2017-07-19 09:49:47 PDT
Created attachment 315926 [details] Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.12.5
Antoine Quint
Comment 5 2017-07-19 09:54:12 PDT
Dean Jackson
Comment 6 2017-07-19 12:18:08 PDT
Comment on attachment 315927 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=315927&action=review > Source/WebCore/Modules/modern-media-controls/controls/slider.js:192 > + // so the value shoudl be read back from it dynamically. typo
Antoine Quint
Comment 7 2017-07-19 12:34:24 PDT
Created attachment 315948 [details] Patch for landing
WebKit Commit Bot
Comment 8 2017-07-19 13:13:18 PDT
Comment on attachment 315948 [details] Patch for landing Clearing flags on attachment: 315948 Committed r219662: <http://trac.webkit.org/changeset/219662>
WebKit Commit Bot
Comment 9 2017-07-19 13:13:20 PDT
All reviewed patches have been landed. Closing bug.
Matt Lewis
Comment 10 2017-07-20 10:23:00 PDT
The test added with this patch: media/modern-media-controls/scrubber-support/scrubber-support-drag.html is extremely flaky and fails most of the time according to the dashboard. https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmodern-media-controls%2Fscrubber-support%2Fscrubber-support-drag.html https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r219683%20(2215)/results.html Diff: --- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/scrubber-support/scrubber-support-drag-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/scrubber-support/scrubber-support-drag-actual.txt @@ -4,7 +4,7 @@ PASS media.currentTime is within 0.2 of 3.0136 -PASS media.currentTime is 0 +FAIL media.currentTime should be 0. Was 3.1872. PASS successfullyParsed is true TEST COMPLETE
Antoine Quint
Comment 11 2017-07-20 12:23:24 PDT
Note You need to log in before you can comment on or make changes to this bug.