commit | 686782e2c3de2b131595c64c12bf413df8c30460 | [log] [tgz] |
---|---|---|
author | Eric Fischer <enf@google.com> | Thu Sep 10 17:57:45 2009 -0700 |
committer | Eric Fischer <enf@google.com> | Thu Sep 10 17:57:45 2009 -0700 |
tree | 1c3bc6dd67ab3ba3bae7a8ca1f6b4e5456d65234 | |
parent | 49d17b3e7692ae9442c342db236fa93d4a837c28 [diff] |
Fix an exception in Contacts when you select text backwards from the end. It was assuming that the end of the selection always came after or at the start of the selection, and that therefore (start,end) was a safe range to replace, but this is not actually the case when you select backwards -- in this case, the end comes before the start. Bug 2087034