6.0.0-alpha14
6/30/25

[#13806] Adding addresses from address bok doesn't work
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

History
01/20/2015 11:18:41 AM Jan Schneider State ⇒ Resolved
 
01/20/2015 10:43:38 AM Klaus (dot) Steinberger (at) physik (dot) uni-muenchen (dot) de Comment #11 Reply to this comment
Try this?
this works at my sites. Fine work!
01/19/2015 01:47:07 PM Jan Schneider Comment #10
Assigned to Jan Schneider
Reply to this comment
Try this?
01/19/2015 01:47:02 PM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

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
01/19/2015 01:46:56 PM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

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
01/19/2015 01:25:03 AM hiromi (at) tac (dot) tsukuba (dot) ac (dot) jp Comment #7 Reply to this comment

[Show Quoted Text - 9 lines]
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);
                      }
                  }

01/16/2015 03:50:00 PM samuel (dot) wolf (at) wolf-maschinenbau (dot) de Comment #6 Reply to this comment
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.

01/16/2015 08:48:38 AM azurit (at) pobox (dot) sk Comment #5 Reply to this comment
Here is the JS error:

TypeError: element is null prototype.js:6005

01/16/2015 07:44:18 AM Michael Slusarz Comment #4 Reply to this comment
You'll need to track down the actual javascript issue then.
01/16/2015 06:58:32 AM azurit (at) pobox (dot) sk Comment #3 Reply to this comment
I run horde-clear-cache and also used different browser and still 
doesn't work.
01/16/2015 05:43:50 AM Michael Slusarz Comment #2
State ⇒ Feedback
Reply to this comment
Works fine here.  Make sure you have cleared your browser cache.
01/15/2015 10:30:31 AM azurit (at) pobox (dot) sk Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Adding addresses from address bok doesn't work
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
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.

Saved Queries