menu set to keepalive not working as defined? [solved]

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

menu set to keepalive not working as defined? [solved]

Post by nwilcox »

The advanced search is done using popup() function call off a plain text hyperlink. The other two menus are built using milonic top level menus tha both call sub menu items.

The issue I am having is when I have all three active like shown below, if I roll out of 'Advanced Search' and into one of the other menus, the Advanced Search menu closes.

Can this be fixed?

http://dev.eatright.org/students/

Thanks!
Attachments
all menus in clicked state
all menus in clicked state
menus.gif (86.01 KiB) Viewed 4000 times
all menus in off state
all menus in off state
menus_off.gif (68.35 KiB) Viewed 4000 times
Last edited by nwilcox on Tue Aug 04, 2009 3:47 pm, edited 1 time in total.
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: menu set to keepalive not working as defined?

Post by Ruth »

Hi,

I just posted this to Andy. I don't see that keepalive is an option in the popup menus so I'll have to wait for Andy's response :)

Ruth
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: menu set to keepalive not working as defined?

Post by nwilcox »

Ruth wrote:Hi,

I just posted this to Andy. I don't see that keepalive is an option in the popup menus so I'll have to wait for Andy's response :)

Ruth
Thanks again Ruth!

I hate to be so picky on the menu functionality but it seems I am running into a lot of issues as we are using a lot of different Milonic approaches all over the design.
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: menu set to keepalive not working as defined?

Post by Ruth »

:) Not a problem. This might be an issue to post to the support ticket. I don't think that the popup menu's have keepalive and that is something that Milonic would have to do, not something I can fix :(

Ruth
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: menu set to keepalive not working as defined?

Post by nwilcox »

FIXED - support helped me at the following on the click event: _m[getMenuByName('MenuMegaAdvancedSearch')][7]=true;

Code: Select all

<a href="javascript:void(0)" onclick="_m[getMenuByName('MenuMegaAdvancedSearch')][7]=true;popup('MenuMegaAdvancedSearch','imgAdvSrc',-1,10);">Advanced Search</a>
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
Post Reply