FS#274 - clicking on page while typing a link removes the link command
|
Detailsterrible 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
# 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?