From 3593d5fcae27ce3d96d3944ee81deab37a1eab77 Mon Sep 17 00:00:00 2001 From: Paweł Zuzelski Date: Mon, 29 Mar 2010 06:58:36 +0200 Subject: emit FORM_ACTIVE also on --- examples/data/scripts/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/data/scripts/follow.js') diff --git a/examples/data/scripts/follow.js b/examples/data/scripts/follow.js index f8c859d..763b0d9 100644 --- a/examples/data/scripts/follow.js +++ b/examples/data/scripts/follow.js @@ -138,7 +138,7 @@ function clickElem(item) { } catch(err) { type = 'TEXT'; } - if (type == 'TEXT' || type == 'PASSWORD') { + if (type == 'TEXT' || type == 'SEARCH' || type == 'PASSWORD') { item.focus(); item.select(); rv="XXXEMIT_FORM_ACTIVEXXX"; -- cgit v1.2.3