[Tickets #1602] NEW: cc/bcc options appearing when looking up in addressbook for redirects

bugs at bugs.horde.org bugs at bugs.horde.org
Mon Mar 21 12:49:46 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1602
-----------------------------------------------------------------------
 Ticket             | 1602
 Created By         | Marko Djukic <mdjukic at horde.org>
 Summary            | cc/bcc options appearing when looking up in addressbook for redirects
 Queue              | IMP
 Version            | RELENG_3
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Marko Djukic <mdjukic at horde.org> (2005-03-21 12:49) wrote:

When opening up the addressbook to select recipients for a redirect, if a
search is done using the search box on the top right, the options cc and bcc
appear. User is then able to insert recipients as cc or bcc, which would
then stop the form from being submitted.

Javascript console shows this error:
Error: field has no properties
Source File: http://localhost/imp/contacts.php?uniq=2b87xh2btrfo
Line: 156

Which corresponds to:
        if (field.value) {
            field.value = field.value + ", " + address;
        } else {
            field.value = address;
        }
    }
    this.close();
}

function removeAddress()
{





More information about the bugs mailing list