Final Outstanding Bugs...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

It looks like RC40 broke something in menualign. With the following main menu code (modified slightly from the default horizontal download for the RC updates):

Code: Select all

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
//left=10;
alwaysvisible=1;
orientation="horizontal";
menuwidth="100%";
menualign="center";
aI("text=Home;url=http://milonic.com/;status=Back To Home Page;");
aI("text=Menu Samples;showmenu=Samples;");
aI("text=Milonic;showmenu=Milonic;");
aI("text=Partners;showmenu=Partners;");
aI("text=Links;showmenu=Links;");
aI("text=My Milonic;showmenu=My Milonic;");
}
The menu items should be centered within a "menu bar" that spans the width of the browser window. It works as expected up through RC39. But in RC40, the menu bar spans the entire width of the window, but the menu items themselves remain aligned to the left of the bar (as if menualign="left";). menualign="center" and menualign="right" have no effect.

Just FYI.

Kevin
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

RC 40? 8O I must have missed one.

Anyhow, I made a post about a js conflict in anything goes, I thought it was just that.

-I was trying a script to expand a thumbnail on a page and move the image anywhere on the page with the mouse.

-If I moused over the menu opening a submenu, the submenu moved down the page with the browser scroll bar.

I removed the conflict, now I'm told that this still occurs in Netscape 7.1 on WinXP.

This is caused by 'Keepalive' on the submenu forms. It doesn't separate from the main menu and roll down the page in other browsers.

Thanks,
maz


Now I'm up to RC 42. :?
Please can I get center align horizontal back :?:
headerbgcolor back :?:
and then how about a pretty bottom border please :?: :?:
optical
Beginner
Beginner
Posts: 6
Joined: Sat Mar 13, 2004 12:38 am

Post by optical »

Bug first discussed here: http://milonic.com/forum/viewtopic.php?t=3795

Here is a run down:

NOTE: If I remove: tabindex="+_el+" from that file and I no longer have the following issue.


For some reason the tab index on my form jumps to the menu after option 10.

To see this in action go here:
http://www.aclaunchpad.com/education-test.htm
and then scroll to number 10 and select yes or no.

Now press tab (the first one works) and again and again, etc.

With each tab (using IE 6.0 and others maybe) one of the menu items (in order) becomes the target and then back to the next tab. my tab orders are set correct. I have triple checked them. I don't have tabs in the menu and it is in a seperate table that is not part of the form.
Post Reply