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 |
State ⇒ Resolved
commit 97f14389a69a0f138589c76cdd56a9c020a102a3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jun 21 17:10:30 2014 -0400
Bug: 13101Fix 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
commit d593ed111568a2778994e62ae5da045dc1446c6f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jun 21 17:10:30 2014 -0400
Bug: 13101Fix 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
Priority ⇒ 2. Medium
State ⇒ Assigned
Assigned to
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.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ empty page after "add vCard"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
- 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