----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31900/ -----------------------------------------------------------
(Updated Mar. 14, 2015, 5:50 p.m.) Review request for wave, Andrew Kaplanov, Pablo Ojanguren, and Yuri Zelikov. Changes ------- Some minor improvent. Repository: wave Description ------- In Chrome+Linux using typingExtractor only for IME cause caret position errors in boundaries, so as in Firefox we use typingExtractor always. As a sample of the issue, if you type "más" in chrome+linux you get: ms|á instead of: más| (where | is the caret). This was also fixed in wiab.pro so maybe Akaplanov proposes other approach. Diffs (updated) ----- src/org/waveprotocol/wave/client/editor/event/EditorEventHandler.java 05a0e51 Diff: https://reviews.apache.org/r/31900/diff/ Testing ------- Some typing tests in waveharness Thanks, Vicente J. Ruiz Jurado