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-01-20 22:06:57
|
Matt Carter <je...@gm...> wrote: > I personally hate the auto focus of input fields [...] > > Would adding focus watchers be more or less resource intensive than > escaping all inputs on page load? It would give control to the website (as other browsers do it), i.e. focus the specified input field and enter INPUT mode. Personally, I agree that this is intrusive and annoying, but again, this is how the website intended it and how other browsers handle it. Your patch, on the other hand, gives control to the user. Might be preferable since we generally *do* strive to give as much power to the user as possible. Hannes |