Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: IE 5.5

Quote Reply
Re: IE 5.5 In reply to
We found some problems with IE 5.0 so we disabled it in the user side, but not in the admin. You can change it in GMail.pm line 389:

unshift @opts, { is_ie5 => ($ENV{HTTP_USER_AGENT} and $ENV{HTTP_USER_AGENT} =~ /MSIE 5\.5/i) ? 1 : 0 };

Change MSIE 5\.5 to MSIE 5 and it should work for all ie 5+.

The problems we encountered were:

1. The right click menu did not display properly.
2. On some installations it would pop up trying to install Office 2000.

This wasn't on all IE 5.0's, just some we encounted in the office.

Hope that helps,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread 2.0 - Turn HTML editor option off? ryel01 3668 Apr 13, 2001, 2:32 AM
Thread Re: 2.0 - Turn HTML editor option off?
Alex 3588 Apr 13, 2001, 5:50 PM
Post Re: 2.0 - Turn HTML editor option off?
ryel01 3509 May 6, 2001, 9:37 PM
Thread Where is it?
TukBa 3567 Apr 17, 2001, 9:35 PM
Thread Re: Where is it?
Paul 3568 Apr 18, 2001, 3:41 AM
Thread Re: Where is it?
TukBa 3572 Apr 18, 2001, 8:41 AM
Thread Re: Where is it?
Alex 3562 Apr 18, 2001, 9:15 AM
Thread IE 5.5
TukBa 3581 Apr 18, 2001, 10:30 AM
Post Re: IE 5.5
Alex 3554 Apr 18, 2001, 10:39 AM