commit | bb6f9146f1de4e0bdfaafca1d1896e02d038751d | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Tue Dec 01 11:44:22 2009 -0800 |
committer | Amith Yamasani <yamasani@google.com> | Wed Dec 02 16:43:21 2009 -0800 |
tree | 8ffdd20608952b0f5639557408cd6b4c761da484 | |
parent | e84127357929bd82b4c8710dee697fe7c3d5d88d [diff] |
DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman Comparisons were always happening with lowercase version of the typed word, which wouldn't match the uppercase word in the dictionary, so it became an unrecognized word when typed in full. Highlight was then going to the next word in the list. Fix compares the lowercase and uppercase versions of the word for validity. Merge from eclair-mr2