Summary | Adding addresses from address bok doesn't work |
Queue | IMP |
Queue Version | 6.2.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | azurit (at) pobox (dot) sk |
Created | 01/15/2015 (3819 days ago) |
Due | |
Updated | 01/20/2015 (3814 days ago) |
Assigned | 01/16/2015 (3818 days ago) |
Resolved | 01/20/2015 (3814 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
commit d2859c9b169074e3ee50abeea59a4baccbcf5c8a
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 19 14:46:05 2015 +0100
Fix setting value of option tag (
Bug #13806).imp/js/contacts.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/d2859c9b169074e3ee50abeea59a4baccbcf5c8a
commit 20c254fbb42bf4a62ee41d6a238f88952c36f85b
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 19 14:32:46 2015 +0100
Useful variable names (
Bug #13806).imp/js/contacts.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/20c254fbb42bf4a62ee41d6a238f88952c36f85b
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);
}
}
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.
the moment.
TypeError: element is null prototype.js:6005
doesn't work.
State ⇒ Feedback
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Adding addresses from address bok doesn't work
Type ⇒ Bug
Priority ⇒ 1. Low
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.