Google-chrome – Google search: when I try to edit in search box; cursor jumps to the end

firefoxgoogle-chromegoogle-searchopera

My problem is with using google.

What is wrong?

My browser is Opera 11; Google Instant is turned off. Autocomplete is on. Experiment "Keyboard shortcuts" is active.

The same is for Chrome browser, but the jump is done when the autocompletion shows variants of query.

Update: There is something in Google's JS, which makes working with the search harder. So the question is: how to fix this google's bug? Should I turn something, (Experiment, Autocomplete, Suggests) or may I write a UserJS to make site working better in my browser?

In Chrome (the current version, 13.0.7xx) the experiment is turned off but bug is still there. Also, I can't find how to turn off Autocomplete/Suggest when I from Chrome.

How to reproduce with Chrome:

  • Go into "Anonymous mode" (ctrl-shift-n). In this mode there are no usual cookies set; google account is not logged in.
  • navigate to google.com, do a search.
  • By default the "Instant" feature is on. So, click gear at top-right; then "SearchSettings" (this will navigate you to http://www.google.com/preferences?hl=en )
  • Check the "Do not use Google Instant"; click "save preferences".
  • Enter some search, e.g "hoe to fix a linut". Press "Search".
  • Click on "hoe" just before 'e', press a letter "w"
  • Cursor will jump to end of string. No autocomplete will be shown.

OS: WinXP for chrome; linux for opera; Both x86 32 bit

== Update 2 ==

Reproduced with Firefox 6.0 on winxp32bit

Best Answer

To work around the issue, you can use the parameter complete=0 in the Google address to turn off Google's autocomplete.

In Opera, for example, you can make a bookmark to http://www.google.com/?complete=0 with nickname google. You can then go to the address box, type google, and press Enter to start a Google search session with autocomplete off.

Or you can go to Tools → Preferences → Search, edit the Google entry and add &complete=0 to the end of the address. Then the Google selection in Opera's search box will use Google with autocomplete off.


Test steps

I'm using Windows XP and Opera 10.1. I went to Google → Search Settings and turned off Google Instant.

I went to http://www.google.com/search?q=THIS+IS+VERY+UNIQUE+SEARCH+QUERY. When I clicked in the search box on the page and typed a letter, I could see the progress bar quickly flash in the address box indicating something was loaded. It seems that if I'm still holding a keyboard key down when the progress bar disappears, then the text cursor moves to the end of the search box.

If I go to http://www.google.com/search?q=THIS+IS+VERY+UNIQUE+SEARCH+QUERY&complete=0 then the bug no longer happens.

Related Question