mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
gi also works with textareas now
This commit is contained in:
@@ -610,7 +610,9 @@ vimperator.Mappings = function () //{{{
|
||||
vimperator.buffer.lastInputField.focus();
|
||||
else
|
||||
{
|
||||
var first = vimperator.buffer.element("@type='text'"); // does not work for textareas yet
|
||||
var first = vimperator.buffer.evaluateXPath(
|
||||
"//*[@type='text'] | //textarea | //xhtml:textarea").snapshotItem(0);
|
||||
|
||||
if (first)
|
||||
first.focus();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user