Issue 4111: Bug of Chrome with new version of Hotmail
http://code.google.com/p/chromium/issues/detail?id=4111
Comment #5 by [EMAIL PROTECTED]:
Hotmail server checks for browser types and generates different source code
for
different browsers.
In the source code for Chrome, there is code like:
......
Browser = {isSF : true,isSF2 : true,isSF3 : false};
......
While the source code for Safar 3 is different:
......
Browser = {isSF : true,isSF2 : false,isSF3 : true};
......
The Hotmail server mistakenly think Chrome is Safari2, and thus the source
code for
Chrome is different from other browsers. The source code for safari3 has
some tags
which make the message body field writable, but the source code for chrome
hasn't(compare line 524-526 of attached src-chrome.html with line 525-527
of attached
src-safari.html). This seems the cause of the issue.
The problem is we don't know why Hotmail server mistakenly think Chrome is
Safari2,
maybe we should contact Hotmail support team?
Verified in Chrome 0.2.149.30, same issue happens as expected.
Attached please find the source code files for Chrome, Safari and IE.
Attachments:
src-chrome.html 59.7 KB
src-safari.html 59.6 KB
src-ie.html 59.6 KB
Issue attribute updates:
Status: Untriaged
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---