[rt-users] New install of RT4 crashes Internet Explorer 8
Sean McDaid
seanmcdaid2000 at gmail.com
Mon Jul 4 06:21:28 EDT 2011
Hi, yes zooming also causes the same problem. When I turn off either
scripting or CSS the problem disappears.
I'm trying to figure out what IE is doing differently than Firefox/Chome.
Sean
On Sat, Jul 2, 2011 at 2:11 PM, Christopher Lasater <CLasater at taleo.com>wrote:
> Hey Sean,
> Does zooming make the problem worse or do we have different issues?
>
> -----Original Message-----
> From: rt-users-bounces at lists.bestpractical.com [mailto:
> rt-users-bounces at lists.bestpractical.com] On Behalf Of Christopher Lasater
> Sent: Friday, July 01, 2011 3:20 PM
> To: rt-users at lists.bestpractical.com
> Subject: Re: [rt-users] New install of RT4 crashes Internet Explorer 8
>
> It sounds dumb, but I think the issues I related to zooming in. If I have
> no zoom at 100% everything works fine. The second I try to zoom its freezes
> and if I am at 115%, which was my default, then it freezes when I get into
> rt at a glance. I can zoom in and out like crazy in Firefox without
> experiencing any problems.
>
> -----Original Message-----
> From: rt-users-bounces at lists.bestpractical.com [mailto:
> rt-users-bounces at lists.bestpractical.com] On Behalf Of Christopher Lasater
> Sent: Friday, July 01, 2011 3:04 PM
> To: rt-users at lists.bestpractical.com
> Subject: Re: [rt-users] New install of RT4 crashes Internet Explorer 8
>
> Mod_perl2, External Auth to an LDAP server, LDAP Importer. Not sure what
> else you would be interested in.
>
>
> Problem occurs with or without IE compatibility mode.
>
> <VirtualHost server.example.com:80>
>
> AddDefaultCharset UTF-8
>
> DocumentRoot "/opt/rt4/share/html"
> <Location />
> Order allow,deny
> Allow from all
>
> SetHandler perl-script
> PerlResponseHandler Plack::Handler::Apache2
> PerlSetVar psgi_app /opt/rt4/sbin/rt-server
> </Location>
> <Perl>
> use Plack::Handler::Apache2;
>
> Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
> </Perl>
> </VirtualHost>
>
>
> Set( $rtname, 'server.example.com');
> Set ($WebPath , "");
> Set ($WebBaseUrl , "server.example.com:80"); Set ($WebURL , "
> http://server.example.com/"); Set ($WebDomain, "server.example.com");
>
> Obviosly I changed my servername to server.example.com all FQDN
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110704/9fec7f19/attachment.htm>
More information about the rt-users
mailing list