Uzbl

Tasklist

FS#273 - Following textbox does not change to insert mode

Attached to Project: Uzbl
Opened by Dennis Hodapp (thehodapp) - 2011-06-12 01:09:49 AM
Last edited by Brendan Taylor (bct) - 2012-11-21 02:59:46 AM
Task Type Bug Report
Category uzbl-browser & sample material
Status Closed
Assigned To No-one
Operating System Linux
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I would expect after following a text box with fl for it to focus and change to insert mode. Right now it focuses but does not change to insert mode.

The version of Uzbl I'm using was pulled from uzbl-experimental-git on 6.9.2011.
This task depends upon

Closed by  Brendan Taylor (bct)
2012-11-21 02:59:46 AM
Reason for closing:  Works for me
Comment by David Keijser (keis) - 2011-07-30 05:20:31 PM
have you tried this with 'make test-uzbl-browser-sandbox', works for me.
Comment by Eugeniy Mikhailov (beaming) - 2012-03-16 02:44:25 PM
I see it as well. I have the following extra line in the follow script

echo "@set_mode insert" > $UZBL_FIFO

to fix this issue. The whole scripts reads as
========================================================
#!/bin/sh

case "$( echo "script @scripts_dir/go_input.js" | socat - "unix-connect:$UZBL_SOCKET" )" in
*XXXFORM_ACTIVEXXX*)
echo 'event KEYCMD_CLEAR' > "$UZBL_FIFO"
echo "@set_mode insert" > $UZBL_FIFO
;;
esac
================================================================
Comment by Noel Maersk (veox) - 2012-07-20 12:15:15 PM
With the current stable (2012.05.14) and stock scripts works fine.

Loading...