New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 902563 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 8
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Press enter on search box with a query does not launch the query / site

Project Member Reported by jennyz@google.com, Nov 6

Issue description

What steps will reproduce the problem?
(1) Open launcher
(2) Type query in search box "harry" or something else, make sure only suggestions show up are omnibox suggestions(query and urls)
(3) Press enter

What is the expected result?
One the omnibox suggestion should be highlighted and press enter should launcher that query or site.

What happens instead?
Nothing was highlighted in suggestions, and nothing happens when user presses Enter


Please use labels and text to provide additional information.

If this is a regression (i.e., worked before), please consider using the
bisect tool (https://www.chromium.org/developers/bisect-builds-py) to help
us identify the root cause and more rapidly triage the issue.

For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.


 
This must be a regression with some cl landed recently. I don't remember seeing it a few days ago.
Labels: -M-71 -RegressedIn-71 RegressedIn-72 M-72
Labels: -Pri-3 Pri-1
newcomer@ can verify but I'm pretty sure this can't not be fixed aka P1
Cc: newcomer@chromium.org
Owner: weidongg@chromium.org
Status: Started (was: Untriaged)
Also, it broke the autocomplete feature of search box. Applying the fix in comment#5, only fix the highlighted suggestion and launch result on "Enter", but it won't fix the autocomplete issue.

Reverting the cl in #5 fixed both problems.
Cc: weidongg@chromium.org
Owner: rockot@google.com
Hi rockot@, do you mind take a look at the issue, the CL: https://chromium-review.googlesource.com/c/chromium/src/+/1321580 only fixes the enter key issue.
Thanks for the fix!
Project Member

Comment 11 by bugdroid1@chromium.org, Nov 8

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/58cccbbdf0efff8fdb755b0b8868a33820eb5053

commit 58cccbbdf0efff8fdb755b0b8868a33820eb5053
Author: Ken Rockot <rockot@google.com>
Date: Thu Nov 08 01:22:18 2018

[ash] Fix app list search behavior

This fixes some regressions which caused Answer Card display handling to
interfere with normal search UI behavior in the app list. Namely,
automatic selection of top non-Answer-Card results, and autocomplete of
text in the input box.

Bug:  902563 
Change-Id: Ie45672ae64184d7ed6116752bad1c7a0ca38c646
Reviewed-on: https://chromium-review.googlesource.com/c/1325081
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#606269}
[modify] https://crrev.com/58cccbbdf0efff8fdb755b0b8868a33820eb5053/ash/app_list/model/search/search_model.cc
[modify] https://crrev.com/58cccbbdf0efff8fdb755b0b8868a33820eb5053/ash/app_list/model/search/search_model.h
[modify] https://crrev.com/58cccbbdf0efff8fdb755b0b8868a33820eb5053/ash/app_list/model/search/search_result.h
[modify] https://crrev.com/58cccbbdf0efff8fdb755b0b8868a33820eb5053/ash/app_list/views/search_box_view.cc
[modify] https://crrev.com/58cccbbdf0efff8fdb755b0b8868a33820eb5053/ash/app_list/views/search_result_answer_card_view.cc

Status: Fixed (was: Started)
Thanks for investigating and tracking down the bug!

Sign in to add a comment