| Summary | Add address from address book broke addresses with "given name, name" <user1@example.com> |
| Queue | IMP |
| Queue Version | 6.1.0 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
| Created | 06/06/2013 (4535 days ago) |
| Due | |
| Updated | 06/07/2013 (4534 days ago) |
| Assigned | |
| Resolved | 06/07/2013 (4534 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 8d99d7f68ac4bc6573fa8fe170237616c5dd4432
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Jun 7 16:41:19 2013 -0600
[mms] Fix adding addresses from the contacts popup in certain
situations (
Bug #12312).Situation = last address does not have a trailing comma and contains a
comma in the personal part
imp/docs/CHANGES | 2 ++
imp/js/compose-base.js | 14 +++++++-------
imp/js/compose-dimp.js | 2 +-
imp/js/compose.js | 7 +------
imp/package.xml | 2 ++
5 files changed, 13 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/8d99d7f68ac4bc6573fa8fe170237616c5dd4432
New Attachment: horde_bug-12312_example.png
"foo, bar" <foo@example.com>
I type in the field so the following happens:
"foo, bar" <foo@example.com>, baz
I am given autocomplete options for baz. Clicking on the desired
entry gives me:
"foo, bar" <foo@example.com>, "baz, foo2" <baz@example.com>,
which is the expected output.
comma in the name) or replace the last address complete.
Add into the To: field work fine.
does not work:
"fist name.last name" <user2@example.com>
work:
"fist name.last name" <user2@example.com>,
does not work:
"last name, fist name" <user2@example.com>
work:
"last name, fist name" <user2@example.com>,
does not work:
"fist name.last name" <user2@example.com>
work:
"fist name.last name" <user2@example.com>,
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Add address from address book broke addresses with "given name, name" <user1@example.com>
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
"given name, name" <user1@example.com>
Now click on the "Cc:" link and add a second address for Cc: like ..
"fist name.last name" <user2@example.com>
.. from the address book broke the first address complete:
"lastname, "fistname.lastname" <user2@example.com>,