[Tickets #13806] Re: Adding addresses from address bok doesn't work
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jan 19 01:25:04 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13806
------------------------------------------------------------------------------
Ticket | 13806
Updated By | hiromi at tac.tsukuba.ac.jp
Summary | Adding addresses from address bok doesn't work
Queue | IMP
Version | 6.2.5
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
hiromi at tac.tsukuba.ac.jp (2015-01-19 01:25) wrote:
>> How to reproduce (dynamic mode):
>> 1.) Start composing new mail.
>> 2.) Click on 'To', so address book will open.
>> 3.) Choose addresses.
>> 4.) Click on 'Ok' and see that none addresses were added.
>
> Can confirm this issue here as well, downgrade to IMP 6.2.4 help for
> the moment.
>
I confirm this bug.
This patch revert the js from 6.2.5 to 6.2.4 and will fix it.
--- imp/js/contacts.js.orig 2015-01-15 02:54:06.000000000 +0900
+++ imp/js/contacts.js 2015-01-19 10:08:56.000000000 +0900
@@ -51,7 +51,7 @@
if (!$A(d).any(function(j) {
return this.sameOption(f, i, j);
}, this)) {
- option = this.text.rcpt[f] + ': ' + i.value;
+ option = f + ': ' + i.value;
d[l++] = new Option(option, option);
}
}
More information about the bugs
mailing list