6.0.0-RC7
6/16/26

[#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 1/15/15 (4170 days ago)
Due
Updated 1/20/15 (4165 days ago)
Assigned 1/16/15 (4169 days ago)
Resolved 1/20/15 (4165 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
4111 Jan Schneider State ⇒ Resolved
 
3810 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!
71 Jan Schneider Comment #10
Assigned to Jan Schneider
Reply to this comment
Try this?
21 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
561 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
31 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);
                      }
                  }

03 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.

388 azurit (at) pobox (dot) sk Comment #5 Reply to this comment
Here is the JS error:

TypeError: element is null prototype.js:6005

187 Michael Slusarz Comment #4 Reply to this comment
You'll need to track down the actual javascript issue then.
326 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.
505 Michael Slusarz Comment #2
State ⇒ Feedback
Reply to this comment
Works fine here.  Make sure you have cleared your browser cache.
3110 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