Issue 2670: the menu does not appear
http://code.google.com/p/chromium/issues/detail?id=2670

Comment #2 by [EMAIL PROTECTED]:
This is an issue with the site itself. Chrome is taking a different branch  
based on
the checks they are doing causing Chrome not to add the menu.

In the javascript dmenu_028.js, they are checking for navigator.userAgent  
and if it
not Gecko, Netscape or without substring 'rv' (which is found in FF), then  
variable
b_NS4 gets set to true. If it is true, the function dm_init() just return  
right away
(while other browsers continue with the rest of the statements in the  
function to add
the menus)

Reduced testcase can be found at: (or see attached files)
http://go/reductions/2670/test_standard.html

Marking this as invalid

Attachments:
        2670.zip  11.7 KB


Issue attribute updates:
        Status: Invalid
        Labels: -Area-Misc Area-Compat Has-reduction

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to