Search found 4 matches

by axel1258
Mon Aug 06, 2007 10:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is the menu open ?
Replies: 0
Views: 3816

Is the menu open ?

Hi ,

How is it possible to know if the Milonic menu is open ?

My problem is :
if the menu is open (it is always shown unless you click out of the menu. This behavior is requiered) I want to manage keypress with milonic but, if the menu is not open, I want my page to manage the events of keypress ...
by axel1258
Mon Aug 06, 2007 10:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: keypress - left key
Replies: 1
Views: 2584

keypress - left key

Hi,

I've a milonic menu with lots of menus and submenu.
I want to navigate into the menu with the keypress and it works.

But the behavior of the left key looks strange on items which contains submenus... Instead of go back to the father-menu, the focus goes on the child menu... :?


How can I ...
by axel1258
Thu Jul 05, 2007 1:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with key "F2" menu
Replies: 1
Views: 4095

[SOLVED]
This is due to my menu_data.js. This file is generated and contains some submenu without items (aI(...))...
After clean it, the menu works perfectly.

Thx
by axel1258
Thu Jul 05, 2007 12:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with key "F2" menu
Replies: 1
Views: 4095

Bug with key "F2" menu

Hi,

I'm using the 5.16 version with keypress.js on IE 6 web browser.

I've noticed a bug with the "F2" key when you're over some items in the menu.
The error given is "'_m[...].7' has a null value or is not an object"
It's seems it's fixed when you add a null test before the function ...