Updates:
        Status: Available
        Labels: -NeedsReduction

Comment #4 on issue 14556 by [email protected]:  
[www.olandsbron.com]: olandsbron.com - dropdown menu not working
http://code.google.com/p/chromium/issues/detail?id=14556

See reduction attached (reduction.html contains bug reduction itself,  
website.html
represents reduced website).

Try reduction.html page in several browsers and see the difference.
1. At first in FF/Safari/Chrome event = 0 (after the line
"if(window.event+''=='undefined')event=0;" - see line 10 in website.html).
2. When we make mouseover (or probably the same for onclick, etc.):
-  in FF and Safari event = MouseEvent object;
-  in Chrome event = 0;
This represents the error in Chrome.

If you remove "if(window.event+''=='undefined') event=0;" from the website  
code -
mouseover works in Chrome and menu appears (and still works in Safari and  
IE).
Though in this case it doesn't work in FF because in separate javascript  
file 'event'
variable is undefined, and js error appears.

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

Reply via email to