Chromium Code Reviews

Issue 60084: A quick fix for Issue 9596.... (Closed)

Created:
11 years, 8 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13241

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+3 lines, -3 lines)
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 chunk +3 lines, -3 lines 0 comments

Messages

Total messages: 2 (0 generated)
Hironori Bono
11 years, 8 months ago (2009-04-03 09:58:53 UTC) #1
Peter Kasting
11 years, 8 months ago (2009-04-03 16:22:06 UTC) #2
LGTM

Powered by Google App Engine