[Tickets #8885] compose windows not close

bugs at horde.org bugs at horde.org
Fri Feb 26 09:26:53 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8885
------------------------------------------------------------------------------
  Ticket             | 8885
  Created By         | julien.marchal at univ-nancy2.fr
  Summary            | compose windows not close
  Queue              | DIMP
  Version            | 1.1.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


julien.marchal at univ-nancy2.fr (2010-02-26 04:26) wrote:

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






More information about the bugs mailing list