Bug with latest version of menu?
Bug with latest version of menu?
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.
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?
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?
Also, do you have a URL that we can see?
Re: Bug with latest version of menu?
I just downloaded the menu. The example is on http://www.gfi.com
Re: Bug with latest version of menu?
Is this a confirmed bug please or is there anything I can change from my end?
Re: Bug with latest version of menu?
Problem is still reproducible with v5.786
Re: Bug with latest version of menu?
Hi,
I will look into this and ensure that it is fixed.
Cheers,
Andy
I will look into this and ensure that it is fixed.
Cheers,
Andy
Re: Bug with latest version of menu?
Thanks Andy!
Re: Bug with latest version of menu?
Any news on this please?
Re: Bug with latest version of menu?
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?
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:
Then upgrade the menu to the latest version and let me know if this helps or not.
Cheers,
Andy
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: Select all
with(milonic=new menuname("f1")){
style=submenuStyle;
menuwidth=90
...........
Cheers,
Andy
Re: Bug with latest version of menu?
I tried this and quickly reverted back, because it forced a horizontal scrollbar at all times.
Re: Bug with latest version of menu?
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.
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?
Sure, here's a test URL:
http://www.gfi.com/milonictest.htm
http://www.gfi.com/milonictest.htm
Re: Bug with latest version of menu?
That's perfect.
Can you now change this:
To this:
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.
Can you now change this:
Code: Select all
<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: Select all
<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?
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
<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?
The problem is still reproducible with v5.787
Re: Bug with latest version of menu?
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.