(which I guess I don't have enough posts to have permission to link to...)
...you said that as of 2.11.2 PWB "uses automatic detection to change to IE8 instead of IE7 compatibility mode as this is the most popular setting". I'm a little confused as to what this means, because it doesn't seem to be what I'm seeing. I downloaded the latest PWB on 5/23/12 (either 2.11.5 according to the website, or 2.11.6 according to the file version), and with either my highly customized .ini or the default .ini, GMail is displaying in compatibility mode, not standards mode, with the site giving me a warning as such. I've tested this on three different computers running IE8 on XP SP3. On all of these computers, regular IE displays GMail in IE8 rendering mode as it should, since GMail isn't on Microsoft's compatibility list.
I will note, for the record, that Firefox's "IE Tab" extension produces the same result.
Is PWB not doing what it is supposed to? Is there not some way to make PWB truly do the same thing that IE does with respect to the compatibility list (IE7 rendering if the site is on the list, and IE8 if it's not on the list)? It seems like this is way more complicated than it should be.
Further, IE 8 was released a full three years ago. Why are these rendering mode settings still undocumented in PWB? We have been using PWB for many years and have been very satisfied customers, but if it is unable to simple things like display GMail correctly even in the latest version, I am becoming somewhat concerned.
EDIT: I did a little more digging. These are the first few lines of the HTML source on GMail as viewed by PWB:
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gmail</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
-Jeff