Updates:
Status: Untriaged
Cc: [email protected]
Labels: -Area-Misc -FeedbackRequested Area-Compat Has-reduction
Comment #5 on issue 8603 by [email protected]: aol email login
http://code.google.com/p/chromium/issues/detail?id=8603
This issue now happens in build dev channel build 2.0.169.1 (Official Build
11427)
and latest trunk build 2.0.170.0 (Developer Build 11572), however it
doesn't happen
in stable build 1.0.154.48 (Official Build 9043)
Reductions:
http://go/reductions/8603/test-standard.html
The login form is in an <iframe> on the page, when user clicks on "Sign
in", the
javascript in the page of <iframe> tries to redirect its parent page to the
mail home
page.
Currently this is prevented in Chrome, as Chrome mistakenly thinks they are
from
different domain. In javascript console of Chrome, error is like:
......
Unsafe JavaScript attempt to access frame with URL
http://info.aol.co.uk/email/ from
frame with URL https://my.screenname.aol.com/_cqr/login/login.psp. Domains,
protocols
and ports must match.
......
This works fine in IE and Firefox, in Safari 4 the login page isn't
displayed
correctly at all.
Attachments:
test-standard.html 1.2 KB
--
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
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---