[imp] Latest IE Update

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Apr 9 20:00:40 PDT 2003


Quoting James Kelty <jkelty at pdx.edu>:

> Hello,
> I have reports from my helpdesk that the latest IE 6 patch Q813951 is
> causing IMP to hang. Once the user logs in, when they click on INBOX, or
> Mail, or the Mail icon at the bottom, it hangs. Not sure why, just
> thought I would let you all know.
>
> -James

If it is what we're seeing, it only happens sometimes, and for some people,
etc.  Seems to be due to compression.  I've solved any problems I've seen
by turning off page compression for IE 6.  My not so polite way of doing
this was to change conf.php (horde.php for older versions) to check the
browser ala:

require_once HORDE_BASE . '/lib/Browser.php';
$browser = &new Browser();
if ($browser->getBrowser() == 'msie' && $browser->getMajor() >= 6) {
   $conf['compress_pages'] = false;
} else {
   $conf['compress_pages'] = true;
}

Not sure how efficient the code is, but it solved all the problem reports
I was getting.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list