From d475ebb7fab60f13889e559252b77cf63f39fa14 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Fri, 19 Jul 2013 17:58:21 +0200 Subject: [PATCH] Bug 881937 - tabindex all the things, r=mconley --- browser/base/content/browser-feeds.js | 3 +++ .../customizableui/content/panelUI.inc.xul | 8 ++++---- .../customizableui/src/CustomizableUI.jsm | 8 ++++++++ .../customizableui/src/CustomizableWidgets.jsm | 14 +++++++++----- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/browser/base/content/browser-feeds.js b/browser/base/content/browser-feeds.js index 5b432ede2f9..2bdb33cd09e 100644 --- a/browser/base/content/browser-feeds.js +++ b/browser/base/content/browser-feeds.js @@ -51,6 +51,9 @@ var FeedHandler = { item.setAttribute("feed", feedInfo.href); item.setAttribute("tooltiptext", feedInfo.href); item.setAttribute("crop", "center"); + if (isSubview) { + item.setAttribute("tabindex", "0"); + } container.appendChild(item); } return true; diff --git a/browser/components/customizableui/content/panelUI.inc.xul b/browser/components/customizableui/content/panelUI.inc.xul index bbfc3d0773b..dfc0313749f 100644 --- a/browser/components/customizableui/content/panelUI.inc.xul +++ b/browser/components/customizableui/content/panelUI.inc.xul @@ -16,21 +16,21 @@
- -