mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
gi also works with textareas now
This commit is contained in:
@@ -610,7 +610,9 @@ vimperator.Mappings = function () //{{{
|
|||||||
vimperator.buffer.lastInputField.focus();
|
vimperator.buffer.lastInputField.focus();
|
||||||
else
|
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)
|
if (first)
|
||||||
first.focus();
|
first.focus();
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user