From 22deef8d455400652ed95260ae71a0c4b642c30e Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 30 Apr 2014 09:10:50 -0700 Subject: [PATCH] Closes issue #1148. --- common/content/hints.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/hints.js b/common/content/hints.js index 1270bb91..6639820a 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1322,7 +1322,8 @@ var Hints = Module("hints", { options.add(["hinttags", "ht"], "XPath or CSS selector strings of hintable elements for Hints mode", // Make sure to update the docs when you change this. - "stringlist", ":-moz-any-link,area,button,iframe,input:not([type=hidden]),label[for],select,textarea," + + "stringlist", ":-moz-any-link,area,button,iframe,input:not([type=hidden]):not([disabled])," + + "label[for],select,textarea," + "[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," + "[tabindex],[role=link],[role=button],[contenteditable=true]", {