----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31837/ -----------------------------------------------------------
Review request for wave, Andrew Kaplanov, Pablo Ojanguren, and Yuri Zelikov. Repository: wave Description ------- This patch fix a issue in Chrome+Linux with periods and apostrophes. For instance if you type: ...abc... the result must be ...abc...| (where | is the caret/cursor), but instead you get: abc|...... and the same whith apostrophes: abc|'''''' It seems that this issue is not present in wiab.pro so maybe is interesting the review of akaplanov. Diffs ----- src/org/waveprotocol/wave/client/common/util/SignalKeyLogic.java 5da169a Diff: https://reviews.apache.org/r/31837/diff/ Testing ------- ant waveharness-superdev tested in FF and Chrome (Linux) and Chorme in Mac. Thanks, Vicente J. Ruiz Jurado