Chromium Code Reviews

Issue 116006: Mac: Make sure the popup is closed when losing focus in omnibox. (Closed)

Created:
11 years, 7 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
Reviewers:
pink (ping after 24hrs)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Mac: Make sure the popup is closed when losing focus in omnibox. Moved detection from -controlTextDidEndEditing: to -control:textShouldEditEditing: in case any of the code depends on still having focus when this happens. http://crbug.com/12252 TEST=Type "word" in omnibox. Click on page. Popup should dissappear.

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+7 lines, -1 line)
M chrome/browser/autocomplete/autocomplete_edit_view_mac.mm View 2 chunks +7 lines, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
Scott Hess - ex-Googler
11 years, 7 months ago (2009-05-19 20:42:48 UTC) #1
pink (ping after 24hrs)
11 years, 7 months ago (2009-05-19 20:52:05 UTC) #2
LGTM

Powered by Google App Engine