From bfd9716d05641238fc5e00e0f83ec8862928974a Mon Sep 17 00:00:00 2001 From: stevenjb Date: Thu, 27 Apr 2017 13:49:14 -0700 Subject: [PATCH] MD Settings: Fix subpage navigation focus for bluetooth+internet This CL: * Fixes the subpage arrow for bluetooth and focus it correctly. * Provides focus logic for internet-page -> internet-subpage -> internet-detail-page. * Fixes keyboard navigation to details page from cr-network-list-item BUG=714350 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2841873004 Cr-Commit-Position: refs/heads/master@{#467783} --- .../bluetooth_page/bluetooth_page.html | 5 +- .../settings/bluetooth_page/bluetooth_page.js | 12 +++++ .../internet_page/internet_detail_page.js | 17 ++++++- .../settings/internet_page/internet_page.html | 3 +- .../settings/internet_page/internet_page.js | 51 ++++++++++++++++--- .../settings_page/settings_animated_pages.js | 25 +++++---- .../resources/settings/settings_resources.grd | 3 +- .../network/cr_network_list_item.html | 4 ++ 8 files changed, 97 insertions(+), 23 deletions(-) diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html index 8f3623559ccb2a..b54d6c5cfeccba 100644 --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html @@ -16,7 +16,8 @@