Re: [Vimprobable-users] [patch] to escape auto focused inputs on page load
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2012-02-28 14:07:44
|
By the way, not that it really concerns me (having Javascript disabled anyway), but these focus events are still quite annoying. For example: - Open a website with such a focus event - While the site is still loading, launch a command (e.g. / or :) - Wait for the site to finish loading With the current code, the browser will first focus the input bar (due to the user command), then the site will grab focus for its prefered input element and then, the browser will take focus away from that again. However, then, nothing is focused when it really *should* be the input bar. The much cleaner (and, to be honest, only really sane) solution would be to prevent the site from executing its malicious focus stealing in the first place. No idea how to achieve this, though. Hannes |