Uzbl

Tasklist

FS#274 - clicking on page while typing a link removes the link command

Attached to Project: Uzbl
Opened by Dennis Hodapp (thehodapp) - 2011-06-15 02:06:25 AM
Task Type Bug Report
Category uzbl-browser & sample material
Status Unconfirmed
Assigned To No-one
Operating System Linux
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

terrible title sorry. Basically the problem is if you type o to open a new url and while typing the url, click on the page that is already loaded, the "uri:" in the status bar disappears and only the url is left. Effectively, you are typing in the url without having typed "o" first in command mode.

If I am too vague or have not given enough detail please let me know and I can supply more info.
This task depends upon

Comment by David Keijser (keis) - 2011-07-30 05:19:02 PM
this is caused by this part of the example config.

# Switch to command mode if anything else is clicked
@on_event ROOT_ACTIVE @set_mode command

i'm not really sure what we want to happen.
reset the mode completly and kill the entered text
or maybe only go to command mode if the current is insert?

Loading...