Updates:
Cc: [email protected]
Labels: -Area-Compat -NeedsReduction Area-WebKit Has-Reduction
Evangelism
Comment #1 on issue 6137 by [email protected]: The menus don't work
properly on microsoft.com
http://code.google.com/p/chromium/issues/detail?id=6137
This is an evangelism bug.
In the script js_002.ashx, they have an initialize function where they call
the
addHandlers method to detect mouseover actions for the menus. This function
only adds
the handlers when the browser agent is not Safari. The condition they have
is
if (Sys.Browser.agent != Sys.Browser.Safari) {
//add handlers...
}
Chrome's browser agent is Safari when they do the initial checking.
Reduced testcases can be found at: (or see attached files)
http://go/reductions/6137/test_standard.html
Attachments:
6137.zip 5.9 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
-~----------~----~----~----~------~----~------~--~---