mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 16:15:45 +01:00
Add [contenteditable=true] to 'hinttags'. Closes issue #512.
This commit is contained in:
@@ -1242,7 +1242,7 @@ var Hints = Module("hints", {
|
|||||||
"XPath string of hintable elements activated by 'f' and 'F'",
|
"XPath string of hintable elements activated by 'f' and 'F'",
|
||||||
"stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," +
|
"stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," +
|
||||||
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
|
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
|
||||||
"[tabindex],[role=link],[role=button]",
|
"[tabindex],[role=link],[role=button],[contenteditable=true]",
|
||||||
{
|
{
|
||||||
setter: function (values) {
|
setter: function (values) {
|
||||||
this.matcher = util.compileMatcher(values);
|
this.matcher = util.compileMatcher(values);
|
||||||
|
|||||||
Reference in New Issue
Block a user