Summary | compose window hanging |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 06/29/2010 (5482 days ago) |
Due | |
Updated | 07/06/2010 (5475 days ago) |
Assigned | 06/29/2010 (5482 days ago) |
Resolved | 07/06/2010 (5475 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assuming that this fixed things for you, so closing the ticket.
Bug #9116: Passing wrong variable to mailboxCallback()http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=64932ba241e78604256a93ff287f7e306a018644&r2=ff6f63bd81b26adfe9573e67aef4a2d03a798140
-- DIMP.baseWindow.DimpBase.mailboxCallback(d);
++ DIMP.baseWindow.DimpBase.mailboxCallback(r);
dimpbase.js: 2232
mailboxCallback: function(r)
{
if (r.response == null) {
r = r.mailbox;
} else {
r = r.response.mailbox;
}
...
I use the default imp pref file, compose as text, and don't save the
sent email.
If I click on "save as draft", it works fine.
Assigned to Michael Slusarz
Bug #9116: Send correct object to mailboxCallback() functionhttp://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=e01cdf1a8758c95d8e75ebd5b574feae0eecc1a2&r2=64932ba241e78604256a93ff287f7e306a018644
POST http://192.168.1.22/horde/services/ajax.php/imp/sendMessage 200
OK 2.27s prototype.js (ligne 1421)
POST :
Paramètresapplication/x-www-form-urlencoded
bcc
cc
composeCache 3045280654c2c52b02b689
html 1
identity 0
last_identity 0
message test<br />
priority normal
save_sent_mail on
save_sent_mail_folder INBOX.Sent
subject test
to Ronan TEST <ronan@mbpgroup.com>,
Source
last_identity=0&html=1&composeCache=3045280654c2c52b02b689&save_sent_mail=on&save_sent_mail_folder=INBOX.Sent&priority=normal&identity=0&to=Ronan%20TEST%20%3Cronan%40mbpgroup.com%3E%2C%20&cc=&bcc=&subject=test&message=test%3Cbr%20%2F%3E%0A
RESPONSE :
/*-secure-{"response":{"action":"sendMessage","success":1,"uid":null,"draft_delete":1,"mailbox":[]}}*/
State ⇒ Feedback
r.response is undefined (i.e. by looking at AJAX response from server).
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ compose window hanging
Type ⇒ Bug
Priority ⇒ 1. Low
clicking send.
Using dynamic mode, the compose windows hangs forever and I get the
following error in Firebug :
doActionComplete TypeError: r.response is undefined {
message="r.response is undefined", more...}
filename: "http://127.0.0.1/horde/imp/js/dimpbase.js"
linenumber : 2234
message : "r.response is undefined"
name : "TypeError"