mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 19:26:24 +00:00
Fix for bug #2900
Monotone-Parent: a13f784df474c62818bf303f9bee4b03e811641b Monotone-Revision: e918f87785e229a7bb693f66c14d9437220b0140 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-09-05T21:02:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -105,6 +105,9 @@ function addressFieldGotFocus(sender) {
|
||||
function addressFieldLostFocus(sender) {
|
||||
lastIndex = this.getIndexFromIdentifier(sender.id);
|
||||
|
||||
if (sender.confirmedValue)
|
||||
sender.value = sender.confirmedValue;
|
||||
|
||||
var addresses = sender.value.split(',');
|
||||
if (addresses.length > 0) {
|
||||
sender.value = addresses[0].strip();
|
||||
|
||||
Reference in New Issue
Block a user