[imp] CVS no compose window

Cliff Green green at UMDNJ.EDU
Sat Jan 4 15:02:27 PST 2003


Quoting Jan Kuipers <jrkuipers at lauwerscollege.nl>:

> Citeren Didi Rieder <adrieder at sbox.tugraz.at>:
> 
> > > All of you having this problem need to update both Horde and IMP. If it
> > > still doesn't work for you, then something is locally broken for you, but
> > > since there shouldn't be any config file changes that affect this, I have
> > > no idea what it is. You might have something improperly cached.
> >
> > I did update both, and I did it again right now -> no change
> > I have no cache active.
> 
> Same here. Did a clean install of both Horde and IMP -> same result.
> I get a "no object" JS error, because open_compose_win isn't found.
> Occurs with Moz 1.2.1, Phoenix 0.5 and IE6.

Same here, with Moz 1.1 and IE 6.0.  IE reports "A Runtime Error has occurred."
and "object expected" for open_compose_win.  Moz reports "open_compose_win is
not defined".

It may not be The Right Thing, but the following patch to IMP.php allows me to
Reply to Jan's message with Moz 1.1:

<--- cutting here will damage your screen --->
--- IMP.php.dist        Sat Jan  4 14:36:05 2003
+++ IMP.php     Sat Jan  4 14:37:58 2003
@@ -749,6 +749,9 @@
     {
         global $browser, $prefs;
 
+         // testing
+         require_once IMP_BASE . '/templates/javascript/open_compose_win.js';
+
         /* Make sure the compose window always knows which mailbox
            it's in, for replying, forwarding, marking as answered,
            etc. */
<--- cutting here will damage your screen --->

c
-- 
Cliff Green
Academic Computing Services - UMDNJ
Signature under NDA


More information about the imp mailing list