From 9fee9fff680f3cf079899f8ba9306b531092e6cb Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 20 May 2011 11:45:54 -0400 Subject: [PATCH] Add [contenteditable=true] to 'hinttags'. Closes issue #512. --- common/content/hints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/hints.js b/common/content/hints.js index df878100..46709d0b 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1242,7 +1242,7 @@ var Hints = Module("hints", { "XPath string of hintable elements activated by 'f' and 'F'", "stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," + "[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," + - "[tabindex],[role=link],[role=button]", + "[tabindex],[role=link],[role=button],[contenteditable=true]", { setter: function (values) { this.matcher = util.compileMatcher(values);