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

Issue 17638: A quick fix for "Issue 6252: Regression: IME candidate window showing far awa... (Closed)

Created:
11 years, 11 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
jungshik at Google
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

A quick fix for "Issue 6252: Regression: IME candidate window showing far away from the input box". This issue is caused by a recent WebKit merge that changes the behavior of the ScrollView::contentsToWindow() function. To fix this issue, this change uses the SelectionController::absoluteCaretBounds() function instead of calling the ScrollView::contentsToWindow() function. BUG=6252 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8550

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M webkit/glue/webview_impl.cc View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hironori Bono
11 years, 11 months ago (2009-01-13 05:37:03 UTC) #1
Hironori Bono
ping.
11 years, 11 months ago (2009-01-22 10:47:08 UTC) #2
jungshik at Google
11 years, 11 months ago (2009-01-22 18:36:58 UTC) #3
lgtm.
(sorry for the delay. I just got back from the vacation)

Powered by Google App Engine
This is Rietveld 408576698