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

Issue 754538 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit 15 days ago
Closed: Sep 27
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 1
Type: Bug



Sign in to add a comment

History search view controller doesn't pick up UIControlEventEditingChanged

Project Member Reported by liaoyuke@chromium.org, Aug 11 2017

Issue description

Background: testSearchHistory needs to type something into the search text field, however due to crbug.com/753098, grey_typeText doesn't work on iPad. Wanted to use grey_replaceText, however, it doesn't work either because grey_replaceText sends out UIControlEventEditingChanged, but the history search view controller doesn't respond to UIControlEventEditingChanged.

We shouldn't make it respond to UIControlEventEditingChanged just for the test, but we need to understand why it doesn't given that all other UI parts like find in page and omnibox do.
 
Status: WontFix (was: Assigned)
HistorySearchVC has been deleted, we now use stock UISearchController.

Sign in to add a comment