Summary | compose windows not close |
Queue | DIMP |
Queue Version | 1.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | julien.marchal (at) univ-nancy2 (dot) fr |
Created | 02/26/2010 (5667 days ago) |
Due | |
Updated | 08/11/2010 (5501 days ago) |
Assigned | 03/01/2010 (5664 days ago) |
Resolved | 08/11/2010 (5501 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Priority ⇒ 1. Low
Bug: 8885Merge from git: check that base window exists.
http://cvs.horde.org/diff.php/dimp/js/src/compose.js?rt=horde&r1=1.84.2.35&r2=1.84.2.36&ty=u
Assigned to Michael Slusarz
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ compose windows not close
Due ⇒ 02/26/2010
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Compose windows is not close if horde/dimp page is closed.
1) log to horde/dimp
2) click to compose new message (new windows open)
3) close horde windows
4) write message
5) click to send
to "Send" button change to "Sending.." the message is sended but
windows not close.
I've patch dimp/js/src/compose.js because he search DIMP.baseWindow
(calculate when compose windows is open)
but if it's closed he try to acces to baseWindow method.
I had DIMP.baseWindow.DimpBase in test
case 'send_message':
this.button_pressed = false;
if (DIMP.baseWindow && DIMP.baseWindow.DimpBase) {
I don't know if it's the better solution.
Thanks