summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorMHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 03:08:12 +0000
committerMHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 03:08:12 +0000
commit3b51d5c022fe4237e325bd40cf691c716726ab8b (patch)
treefcce7159f67d1b2c798036f817c982624bca16d6 /AUTHORS
parent894249a67d491f65e695342df54db373c4624d6f (diff)
downloadchromium_src-3b51d5c022fe4237e325bd40cf691c716726ab8b.zip
chromium_src-3b51d5c022fe4237e325bd40cf691c716726ab8b.tar.gz
chromium_src-3b51d5c022fe4237e325bd40cf691c716726ab8b.tar.bz2
Cursor jumps to end of omnibox when activating keyword mode via inserted space
When 'keyword' search mode is activated by inserting a space between keyword and search string, the old caret position should be retained. The caret should be positioned at the start of the search string after stripping the keyword string from the user text. Patch from Joe Thomas <mhx348@motorola.com>. BUG=142803 TEST=Browser unit test, steps as mentioned in the bug report R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/11034019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 856db6e..5b5b93b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -203,3 +203,4 @@ Jakob Weigert <jakob.j.w@googlemail.com>
Catalin Badea <badea@adobe.com>
Joshua Lock <joshua.lock@intel.com>
Dai Chunyang <chunyang.dai@intel.com>
+Joe Thomas <mhx348@motorola.com>