Johannes wrote:
On Wed, Dec 02, 2009 at 06:42:27PM +0100, Johannes Hofmann wrote:
On Wed, Dec 02, 2009 at 12:28:12AM +0000, corvid wrote:
furaisanjin wrote:
2. When URL is given on address bar, cursor stays on address bar after the page rendering finishes. This isn't side effect. This may be matter of taste but I don't like this behavior.
We'll need to be careful if changing focus in this case, since the user may be in the middle of typing something somewhere.
(My local public library's site, if used in firefox, likes to reset form fields with javascript when a page finishes loading, and it's irritating.)
What do all think about attached patch. It switches the focus when the user hits return. So the focus switch does not happen at some random time when the page has loaded which might be irritating.
Any opinions? Does this solve the problem?
I like it.