I'm getting errors that stop the page load if you're hovering over the menu while the page is loading in IE 6, but not in FireFox.
Version 5.767
Problem site (larger menu?):
http://208.112.83.147/demo2
It's only occurring when using buildAfterLoad=true;. If I remove that statement, it's fine.
Anyone see this?
Thanks.
IE 6 Error During Page Load If Hovering Over Menu
IE 6 Error During Page Load If Hovering Over Menu
Last edited by tomcraig on Mon Feb 05, 2007 6:06 am, edited 1 time in total.
Pages without flashobject.js will produce the same crash, such as:
http://208.112.83.147/demo2/content.cfm?id=328
http://208.112.83.147/demo2/content.cfm?id=328
Last edited by tomcraig on Mon Feb 05, 2007 6:07 am, edited 1 time in total.
Looks like there might be a problem with buildAfterLoad.
You can get around this by removing the buildAfterLoad property but ensuring that you add a drawMenus(); command to the bottom of your menu_data.js file - This will commit the menus correctly thus not needing buildAfterLoad which SHOULD be waiting until the page has been completed until actually building the menus.
Cheers,
Andy
You can get around this by removing the buildAfterLoad property but ensuring that you add a drawMenus(); command to the bottom of your menu_data.js file - This will commit the menus correctly thus not needing buildAfterLoad which SHOULD be waiting until the page has been completed until actually building the menus.
Cheers,
Andy