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

Issue 100296: Merge r14158.... (Closed)

Created:
11 years, 7 months ago by Mark Larson
Modified:
9 years, 7 months ago
Reviewers:
xji
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Visibility:
Public.

Description

Merge r14158. This CL fixes issue 6125 - [edit search engines] after hitting right ctrl+shift, can't change insertion point with the mouse and issue 8686 - RTL: Can't select RTL text from Chrome UI boxes The problem is cursor positioning and cursor selection in CRichEditCtrl in RTL layout. (cursor positioning is fine even for RTL characters in LTR layout, but cursor positioning is not working even for LTR characters in RTL layout). The fix is correctly calculation of input boundary in ClipXCoordToVisibleText(), and the fix is mostly part of Nick Carter's un-committed fix in https://svn.corp.google.com/review/chrome/desc/cb/ncarter/rtl_richedit_fixes@50605 BUG=6125 BUG=8686 TBR= xji Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15136

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -24 lines) Patch
MM chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 2 chunks +36 lines, -13 lines 0 comments Download
MM chrome/views/controls/text_field.cc View 2 chunks +35 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Larson
11 years, 7 months ago (2009-05-02 06:45:55 UTC) #1
xji
11 years, 7 months ago (2009-05-04 17:08:22 UTC) #2
LGTM, sorry for the late reply.

On 2009/05/02 06:45:55, Mark Larson wrote:
>

Powered by Google App Engine
This is Rietveld 408576698