On 04/21/2012 10:10 AM, Jernej Porenta wrote:
This are the logs from one single user using the same browser (IE9). First 
request used one User-Agent strings, the second one (command check-recent) used 
different one and the third (error; aborted session) used first one again.

As we explored the issue, we found out that auto-detecting compatibility mode 
in IE is causing troubles and since the TRAC ticket (#1487838) said that the 
issue is fixed.

This ticket is about different issue. There's nothing about sessions.

I've digged deeper and I've found where (still not sure) the issue comes from. It's TinyMCE. As I see in the code it has ie7_compat setting which is enabled by default and then:

if (s.ie7_compat)
  t.iframeHTML += '<meta http-equiv="X-UA-Compatible" content="IE=7" />';
else
t.iframeHTML += '<meta http-equiv="X-UA-Compatible" content="IE=edge" />';

--
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer  [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to