6.0.0-beta1
7/5/25

[#13101] empty page after "add vCard"
Summary empty page after "add vCard"
Queue IMP
Queue Version 6.1.7
Type Bug
State Resolved
Priority 2. Medium
Owners mrubinsk (at) horde (dot) org
Requester sca (at) andreasschulze (dot) de
Created 04/08/2014 (4106 days ago)
Due
Updated 06/21/2014 (4032 days ago)
Assigned 06/21/2014 (4032 days ago)
Resolved 06/21/2014 (4032 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/21/2014 09:20:36 PM Michael Rubinsky Taken from Horde DevelopersHorde Developers
State ⇒ Resolved
 
06/21/2014 09:20:19 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit 97f14389a69a0f138589c76cdd56a9c020a102a3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sat Jun 21 17:10:30 2014 -0400

     Bug: 13101 Fix importing vcard from imp preview.

  imp/lib/Ajax/Imple/VcardImport.php |  109 
++++++++++++++++++++++++++++++++++++
  imp/lib/Mime/Viewer/Vcard.php      |    6 ++
  2 files changed, 115 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/97f14389a69a0f138589c76cdd56a9c020a102a3
06/21/2014 09:18:15 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit d593ed111568a2778994e62ae5da045dc1446c6f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sat Jun 21 17:10:30 2014 -0400

     Bug: 13101 Fix importing vcard from imp preview.

  imp/lib/Ajax/Imple/VcardImport.php |  109 
++++++++++++++++++++++++++++++++++++
  imp/lib/Mime/Viewer/Vcard.php      |    6 ++
  2 files changed, 115 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/d593ed111568a2778994e62ae5da045dc1446c6f
06/21/2014 08:49:35 PM Michael Rubinsky Assigned to Michael Rubinsky
 
06/21/2014 05:40:57 PM Michael Rubinsky Comment #2
Priority ⇒ 2. Medium
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
Confirmed.

The VCard viewer assumes the page is in a re-loadable window, as the 
form action is set to the current page.  This obviously fails for the 
preview window.

Probably need to implement an Imple for importing the VCard data like 
we do for the iTip viewer.
04/08/2014 12:52:11 PM sca (at) andreasschulze (dot) de Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ empty page after "add vCard"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
- message containing a vcard attach
- message is shown in the preview window
- user klick on "add to my addressbook"
- user get an empty page
- address is not added

-> http request:
10.0.0.1 - - [08/Apr/2014:14:39:54 +0200] "GET 
/services/ajax.php?import=Zu+meinem+Adressbuch+hinzuf%C3%BCgen&source=prefs 
HTTP/1.1" 200 636 
"https://horde.example.org/imp/dynamic.php?page=mailbox" "Mozilla/5.0 
(X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0"

BUT:
- user doubleclick the dame message in message list
- new window open with message content displayed same as in preview
- user klick on "add to my addressbook"
- address is added as usual

-> http request:
10.0.0.1 - - [08/Apr/2014:14:40:10 +0200] "GET 
/imp/dynamic.php?page=message&buid=9&mailbox=RGUtTWFpbA&token=HTAiu6cMQ1xZqS4Yl55h7A5&uniq=1396960847568&import=Zu+meinem+Adressbuch+hinzuf%C3%BCgen&source=prefs HTTP/1.1" 200 16319 "https://horde.example.org/imp/dynamic.php?page=message&buid=9&mailbox=RGUtTWFpbA&token=HTAiu6cMQ1xZqS4Yl55h7A5&uniq=1396960847568" "Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 
Firefox/28.0"


in the message preview window

Saved Queries