Comment #3 on issue 8374 by [email protected]: Scrolling on Spell-checker drop-down box = Adding languages. http://code.google.com/p/chromium/issues/detail?id=8374
Fix is in http://codereview.chromium.org/40145 When a spell check language changes, it is added to the accept languages list so that it is remembered later. However, when the spell check language drop down list gets selected and scrolled, it keeps adding all the languages it scrolled. The problem is not with the drop down list, but with the algorithm which allows all these languages to be added - only one of them should be added. The fix lies in adding only the latest spell check language selected and removing the previous one added. This allows only one language to be added - the last one changed. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
