6.0.0-beta1
9/2/25

[#8885] compose windows not close
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

History
08/11/2010 05:24:52 AM Michael Slusarz State ⇒ Resolved
 
03/03/2010 05:57:14 AM Michael Slusarz Comment #3
Priority ⇒ 1. Low
Reply to this comment
Fixed.
03/03/2010 05:56:26 AM CVS Commit Comment #2 Reply to this comment
Changes have been made in CVS for this ticket:

Bug: 8885
Merge 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
03/01/2010 10:42:51 AM Jan Schneider State ⇒ Assigned
Assigned to Michael Slusarz
 
02/26/2010 09:26:52 AM julien (dot) marchal (at) univ-nancy2 (dot) fr Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ compose windows not close
Due ⇒ 02/26/2010
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
Hi,
  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

Saved Queries