Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:27

Bug with latest version of menu?


Poster: MUTU
Dated: Friday October 19 2007 - 11:11:25 BST

Hi,

I've upgraded the Milonic menu to the latest version on gfi.com and since I upgraded, when you hover over the red triangle at the top right hand corner (next to the Spanish flag), it puts in a horizontal scrollbar. If you then hover away from the menu and go on the menu again, the problem is fixed. I believe this is a bug because it used to work out first time with previous versions of the menu.

Re: Bug with latest version of menu?


Poster: Andy
Dated: Friday October 19 2007 - 11:20:28 BST

Which version of the menu have you installed? is it the VERY latest version - v.5.785

Also, do you have a URL that we can see?

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Friday October 19 2007 - 11:25:04 BST

I just downloaded the menu. The example is on http://www.gfi.com

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Tuesday October 23 2007 - 13:36:48 BST

Is this a confirmed bug please or is there anything I can change from my end?

Re: Bug with latest version of menu?


Poster: John
Dated: Tuesday October 23 2007 - 17:23:54 BST

Please try the latest version, v5.786, and let us know.

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Monday October 29 2007 - 10:00:31 GMT

Problem is still reproducible with v5.786

Re: Bug with latest version of menu?


Poster: Andy
Dated: Friday November 2 2007 - 10:37:29 GMT

Hi,

I will look into this and ensure that it is fixed.

Cheers,
Andy

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Friday November 2 2007 - 10:39:23 GMT

Thanks Andy!

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday November 22 2007 - 12:38:24 GMT

Any news on this please?

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday December 6 2007 - 10:35:27 GMT

When will this issue be fixed please? It's been reported almost 2 months ago! I had to downgrade a few versions to solve the problem.

Re: Bug with latest version of menu?


Poster: Andy
Dated: Thursday December 6 2007 - 12:46:07 GMT

Hi,

Sorry for the delay, we are currently in very heavy development for the next generation of Milonic products.

Anyway, can you please try one small change to your data file.

In your flags menu, can you add a menuwidth, like this:

Code:
with(milonic=new menuname("f1")){
style=submenuStyle;
menuwidth=90
...........


Then upgrade the menu to the latest version and let me know if this helps or not.

Cheers,
Andy

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday December 6 2007 - 12:57:45 GMT

I tried this and quickly reverted back, because it forced a horizontal scrollbar at all times.

Re: Bug with latest version of menu?


Poster: Andy
Dated: Thursday December 6 2007 - 13:17:30 GMT

I'll need something to work with then. When I take a snapshot of your site it works perfectly.

Is there anyway you can create a test page with the new version on that I can use for testing and debugging? As I say I cannot reproduce this when I take a copy of your site.

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday December 6 2007 - 13:26:44 GMT

Sure, here's a test URL:
http://www.gfi.com/milonictest.htm

Re: Bug with latest version of menu?


Poster: Andy
Dated: Thursday December 6 2007 - 13:36:36 GMT

That's perfect.

Can you now change this:

Code:
<script language="JavaScript" src="milonic_src.js" type="text/javascript"></script>
<script   language="JavaScript" type="text/javascript">
if (parent.frames.length) {   top.location=document.location;}
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
  else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
</script>




To this:


Code:
<script language="JavaScript" src="http://www.milonic.dev/milonic_src.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
if (parent.frames.length) {top.location=document.location;}
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=http://www.milonic.dev/mmenuns4.js><\/scr"+"ipt>");
  else _d.write("<scr"+"ipt language=JavaScript src=http://www.milonic.dev/mmenudom.js><\/scr"+"ipt>");
</script>



This will allow us to test the code files from our development server. Don't worry about not being able to reach milonic.dev it's only available through our own network.

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday December 6 2007 - 13:50:28 GMT

Done.

Re: Bug with latest version of menu?


Poster: Andy
Dated: Thursday December 6 2007 - 14:07:39 GMT

One last final thing, can you change this line:

<script language="JavaScript" src="/templates_utf8/menus/flagsmenu.js" type="text/javascript"></script>

to this:

<script language="JavaScript" src="http://www.milonic.dev/flagsmenu.js" type="text/javascript"></script>

should be able to start testing then

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Thursday December 6 2007 - 16:20:10 GMT

Done.

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Friday December 7 2007 - 8:21:24 GMT

The problem is still reproducible with v5.787

Re: Bug with latest version of menu?


Poster: MUTU
Dated: Tuesday December 11 2007 - 9:50:26 GMT

I managed to solve the problem by using imagewidth and imageheight, though the horizontal scrollbar does flash for a millisecond the first time you load the flags menu.