diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-04-19 21:33:53 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-19 21:33:53 +0000 |
commit | 8549ab48a5f8b613ea35dfd64f925fd0438efd0d (patch) | |
tree | d3cfe056c721f956c9635ef69421e66e06ebc04a /DEPS | |
parent | ee96772e0878fa385b9a4a736a2fc109e19fd01e (diff) | |
download | pdfium-8549ab48a5f8b613ea35dfd64f925fd0438efd0d.tar.xz |
Fix caret moving to start of edit on click after the text.
It now moves to the end of the edit text instead.
In a multiline edit, clicking after the end of a line in the middle
of the text moves the caret to the beginning of the next line. This
is a known issue to be addressed later.
Bug: chromium:832293
Change-Id: I55ca1f7eebf935fbb7d9526f115489bdfbd8ba1c
Reviewed-on: https://pdfium-review.googlesource.com/31012
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ vars = { 'jinja2_revision': 'd34383206fa42d52faa10bb9931d6d538f3a57e0', 'jpeg_turbo_revision': '7260e4d8b8e1e40b17f03fafdf1cd83296900f76', 'markupsafe_revision': '8f45f5cfa0009d2a70589bcda0349b8cb2b72783', - 'pdfium_tests_revision': 'b86c0ec9ee2aa3ba5e113a0e88a5c3292eb0fe2f', + 'pdfium_tests_revision': '9b7ff5b879ce578f4f186ad546f45fc9fb592943', 'skia_revision': 'af7700265b74123d8ad3de6dde0c21545453140b', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '0e9a47d74970bee1bbfc063c47215406f8918699', |