Hi, yes zooming also causes the same problem. When I turn off either scripting or CSS the problem disappears. <br>I'm trying to figure out what IE is doing differently than Firefox/Chome. <br><br>Sean<br><br><div class="gmail_quote">
On Sat, Jul 2, 2011 at 2:11 PM, Christopher Lasater <span dir="ltr"><<a href="mailto:CLasater@taleo.com">CLasater@taleo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hey Sean,<br>
Does zooming make the problem worse or do we have different issues?<br>
<div class="im"><br>
-----Original Message-----<br>
From: <a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a> [mailto:<a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a>] On Behalf Of Christopher Lasater<br>
Sent: Friday, July 01, 2011 3:20 PM<br>
To: <a href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a><br>
</div>Subject: Re: [rt-users] New install of RT4 crashes Internet Explorer 8<br>
<br>
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.<br>
<div class="im"><br>
-----Original Message-----<br>
From: <a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a> [mailto:<a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a>] On Behalf Of Christopher Lasater<br>
Sent: Friday, July 01, 2011 3:04 PM<br>
To: <a href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a><br>
</div>Subject: Re: [rt-users] New install of RT4 crashes Internet Explorer 8<br>
<br>
Mod_perl2, External Auth to an LDAP server, LDAP Importer. Not sure what else you would be interested in.<br>
<br>
<br>
Problem occurs with or without IE compatibility mode.<br>
<br>
<VirtualHost <a href="http://server.example.com:80" target="_blank">server.example.com:80</a>><br>
<br>
AddDefaultCharset UTF-8<br>
<br>
DocumentRoot "/opt/rt4/share/html"<br>
<Location /><br>
Order allow,deny<br>
Allow from all<br>
<br>
SetHandler perl-script<br>
PerlResponseHandler Plack::Handler::Apache2<br>
PerlSetVar psgi_app /opt/rt4/sbin/rt-server<br>
</Location><br>
<Perl><br>
use Plack::Handler::Apache2;<br>
Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");<br>
</Perl><br>
</VirtualHost><br>
<br>
<br>
Set( $rtname, '<a href="http://server.example.com" target="_blank">server.example.com</a>');<br>
Set ($WebPath , "");<br>
Set ($WebBaseUrl , "<a href="http://server.example.com:80" target="_blank">server.example.com:80</a>"); Set ($WebURL , "<a href="http://server.example.com/" target="_blank">http://server.example.com/</a>"); Set ($WebDomain, "<a href="http://server.example.com" target="_blank">server.example.com</a>");<br>
<br>
Obviosly I changed my servername to <a href="http://server.example.com" target="_blank">server.example.com</a> all FQDN<br>
<br>
<br>
</blockquote></div><br>