Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Issue 8268003: Hide autocomplete popup when IME candidate window is open (on Windows). (Closed)

Created:
9 years, 2 months ago by falken
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Close autocomplete popup when IME candidate window is open (on Windows), so they don't overlap each other. BUG=2924 TEST=use IME in the omnibox, verify the autocomplete popup is closed whenever the candidate window is open Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107339

Patch Set 1 #

Patch Set 2 : initialize #

Total comments: 3

Patch Set 3 : actually close the popup #

Patch Set 4 : non polling #

Total comments: 5

Patch Set 5 : move comment #

Total comments: 1

Patch Set 6 : expand comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M chrome/browser/ui/views/omnibox/omnibox_view_win.h View 1 2 3 4 5 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 2 3 4 3 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
falken
This patch implements the proposal to close the autocomplete popup whenever the IME candidate window ...
9 years, 2 months ago (2011-10-13 12:30:42 UTC) #1
sky
Peter should review this too. I think this does what you want, but it's really ...
9 years, 2 months ago (2011-10-13 15:58:02 UTC) #2
Peter Kasting
http://codereview.chromium.org/8268003/diff/7/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc File chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (right): http://codereview.chromium.org/8268003/diff/7/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc#newcode274 chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc:274: return (popup_ != NULL); On 2011/10/13 15:58:02, sky wrote: ...
9 years, 2 months ago (2011-10-13 17:53:53 UTC) #3
falken
Thanks for the comments! I have some questions. I guess there are two approaches for ...
9 years, 2 months ago (2011-10-18 13:07:12 UTC) #4
Peter Kasting
On 2011/10/18 13:07:12, falken wrote: > Closing the popup almost works, but it undesirably cancels ...
9 years, 2 months ago (2011-10-18 18:12:23 UTC) #5
falken
Thanks for the comments. I've uploaded a new patch. I'm actually thinking now it's OK ...
9 years, 2 months ago (2011-10-19 09:28:45 UTC) #6
Peter Kasting
This change basically uses a polling model where the contents view asks each time it ...
9 years, 2 months ago (2011-10-19 20:04:18 UTC) #7
falken
Thanks, I see. I've made a new patch with a question below. http://codereview.chromium.org/8268003/diff/13002/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc ...
9 years, 2 months ago (2011-10-20 11:06:53 UTC) #8
Peter Kasting
http://codereview.chromium.org/8268003/diff/13002/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/8268003/diff/13002/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode698 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:698: // Don't allow the popup to overlap with the ...
9 years, 2 months ago (2011-10-24 21:43:05 UTC) #9
falken
Thanks for the review. http://codereview.chromium.org/8268003/diff/13002/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/8268003/diff/13002/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode698 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:698: // Don't allow the popup ...
9 years, 2 months ago (2011-10-25 06:19:23 UTC) #10
Peter Kasting
Since you said the underlying text gets updated while the composition window is open, here's ...
9 years, 2 months ago (2011-10-25 20:46:49 UTC) #11
falken
On 2011/10/25 20:46:49, Peter Kasting wrote: > Since you said the underlying text gets updated ...
9 years, 2 months ago (2011-10-26 06:16:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/falken@chromium.org/8268003/21001
9 years, 2 months ago (2011-10-26 06:20:18 UTC) #13
commit-bot: I haz the power
9 years, 1 month ago (2011-10-26 16:02:55 UTC) #14
Change committed as 107339

Powered by Google App Engine
This is Rietveld 408576698