diff --git a/browser/base/content/browser-feeds.js b/browser/base/content/browser-feeds.js index 5b432ede2f94..2bdb33cd09eb 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 bbfc3d0773bd..dfc0313749ff 100644 --- a/browser/components/customizableui/content/panelUI.inc.xul +++ b/browser/components/customizableui/content/panelUI.inc.xul @@ -16,21 +16,21 @@