2009/11/28 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
I committed a slightly different patch to also cover the case when middle_click_opens_new_tab=NO
Please test,
I tested but I found still there were cases where cursor stayed on address bar. Could you consider this patch? diff -r 292c1755001c src/web.cc --- a/src/web.cc Sat Nov 28 09:56:57 2009 +0900 +++ b/src/web.cc Sat Nov 28 12:59:41 2009 +0900 @@ -87,6 +87,7 @@ /* Let the Nav module know... */ a_Nav_expect_done(Web->bw); + a_UIcmd_focus_main_area (Web->bw); } else { /* A non-RootUrl. At this moment we only handle image-children */ After page rendering finishes, focus is changed to main area so that cursor doesn't stay on address bar. Regards, furaisanjin