Comment #2 on issue 9596 by [email protected]: IME: Form autofill
pop-up is overlapped with IME candidate window
http://code.google.com/p/chromium/issues/detail?id=9596
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=13241
------------------------------------------------------------------------
r13241 | [email protected] | 2009-04-07 02:32:45 -0700 (Tue, 07 Apr 2009)
| 7 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_win.cc?r1=13241&r2=13240
A quick fix for Issue 9596.
This issue is caused by my bonehead mistake in r4300: I misunderstand the
behavior of Vista when we call the SetWindowsText() function. It actually
cancels an ongoing composition. So, changing this behavior caused this
regression.
To fix this issue, this change cancels an ongoing composition instead of
completing it. As far as I tested on my XP PC, this fix works also on XP.
BUG=9596
Review URL: http://codereview.chromium.org/60084
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---