Skip to main content
GameDev.net gamedev.net
🔒 Locked

Bug in menu still persistent

Started by remigius Feb 25, 2008 at 1:47 AM 1 replies 1.2k views
Original Post
remigius
remigius
Heya, I type a long friendly message first time around, but the forum insisted I wasn't logged in so it got lost. Anyway, there's still a bug in the menu system that makes it unusable to anyone having web debugging enabled, as I need to have for work. IE (6&7) complains about an invalid argument in http://www.gamedev.net/include/menu.js on lines 89 and 106 when hovering over menu items. Afaik, the 1st argument to the window.setTimeout functions there should be a script string to be evaluated after the timeout, rather than the function reference it is now. If that's the case, simply putting the entire 1st argument between quotes should solve the problem. Hope this helps [wink]
jbadams
jbadams
I'm sure that when the current site-design was released Sander produced a CSS-based alternative to the menu that didn't use scripting at all and which was going to be used on the site, but I've no idea what happened to that.

Barring that, a fix to the script being used would be nice, I've run into this myself occasionally, and we've been given an apparent solution to the problem multiple times by different users IIRC.
- Jason Astle-Adams
Wan
Wan
Quote:
Original post by jbadams
Barring that, a fix to the script being used would be nice, I've run into this myself occasionally, and we've been given an apparent solution to the problem multiple times by different users IIRC.

Recalled correctly. [wink]

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.