[Vimprobable-users] [Patch] Guard against unintended switch back to normal mode
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2011-11-20 09:58:02
|
This patch is supposed to prevent the browser switching from INSERT to NORMAL mode after it has finished loading in case INSERT has only just been activated by the user. Steps to reproduce the problem: - Load a slow-loading website - When it is only partially loaded, click on an input field (INSERT should be activated) - Let the page load completely (INSERT is deactivated) After applying the patch, INSERT should be retained. Hannes |