RESOLVED FIXED 168958
[Modern Media Controls] Use compact mode by default on macOS
https://bugs.webkit.org/show_bug.cgi?id=168958
Summary [Modern Media Controls] Use compact mode by default on macOS
Antoine Quint
Reported 2017-02-27 18:25:42 PST
Larger controls on macOS have proven to be an issue. Until we resolve some of the UI issues, let's use the compact mode as the only supported mode for inline media controls.
Attachments
Patch (27.71 KB, patch)
2017-02-27 18:32 PST, Antoine Quint
no flags
Archive of layout-test-results from ews102 for mac-elcapitan (1.09 MB, application/zip)
2017-02-27 19:17 PST, Build Bot
no flags
Archive of layout-test-results from ews106 for mac-elcapitan-wk2 (1.09 MB, application/zip)
2017-02-27 19:19 PST, Build Bot
no flags
Patch for landing (28.61 KB, patch)
2017-02-27 19:25 PST, Antoine Quint
graouts: commit-queue+
Radar WebKit Bug Importer
Comment 1 2017-02-27 18:25:57 PST
Antoine Quint
Comment 2 2017-02-27 18:32:11 PST
Jon Lee
Comment 3 2017-02-27 18:39:36 PST
Comment on attachment 302909 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=302909&action=review > Source/WebCore/Modules/modern-media-controls/controls/scrubber.js:63 > + this.height = (this.layoutTraits & LayoutTraits.Compact) ? 15 : 23; would prefer to see these as constants instead.
Build Bot
Comment 4 2017-02-27 19:17:43 PST
Comment on attachment 302909 [details] Patch Attachment 302909 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/3205940 New failing tests: media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-tight-padding.html
Build Bot
Comment 5 2017-02-27 19:17:46 PST
Created attachment 302910 [details] Archive of layout-test-results from ews102 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Build Bot
Comment 6 2017-02-27 19:18:59 PST
Comment on attachment 302909 [details] Patch Attachment 302909 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/3205938 New failing tests: media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-tight-padding.html
Build Bot
Comment 7 2017-02-27 19:19:03 PST
Created attachment 302911 [details] Archive of layout-test-results from ews106 for mac-elcapitan-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-elcapitan-wk2 Platform: Mac OS X 10.11.6
Antoine Quint
Comment 8 2017-02-27 19:25:46 PST
Created attachment 302912 [details] Patch for landing
Antoine Quint
Comment 9 2017-02-27 19:26:34 PST
Note You need to log in before you can comment on or make changes to this bug.