In the address bar IA2_TEXT_CARET_MOVED should fire after the location of the...
In the address bar IA2_TEXT_CARET_MOVED should fire after the location of the caret has actually changed Bug affecting Zoomtext and caret tracking. 1. We were firing selection changed events before the input method had been notified that the position of the caret had been moved and so before AXSystemCaretWin had a chance to update its location. 2. IA2_TEXT_CARET_MOVED and selection changed events on other platforms should also fire when the text selection is changed without changing the caret offset in the text, because the actual location of the caret on screen will actually move. R=dmazzoni@chromium.org Bug: Change-Id: I129b677f4e72a9e1564e63de875611a379a267a4 Reviewed-on: https://chromium-review.googlesource.com/767590Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#516387}
Showing
Please register or sign in to comment