Omnibox UI Experiments: Steady State elisions - fix double-click-select.
Fix double-click word select for steady state elisions. This bug is caused by the fact that we change the text in response to a double-click on the second mousedown. That confuses the double click word select logic, which saves the range into a member variable. There's no way for the selection controller to get the correct selected word except for us to inject an offset into it... Bug: 797354 Change-Id: I464d405920de7dfcbc317ed9ecbe8b664b920f8d Reviewed-on: https://chromium-review.googlesource.com/940603 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#539913}
Showing
Please register or sign in to comment