Popup menu keyboard control

Hi there,

I am using a dhtmlxMenu as context menu, and this in itself works fine. However, the popup menu has no keyboard focus. In other words, if the popup menu is shown and I press e.g. the up or down buttons on the keyboard, nothing happens in the menu. Even worse, the underlying list reacts on the keyboard, not the popup menu.

As some of my users are data entry clercks, they rely heavily on keyboard actions rather than mouse actions.

Am I doing something wrong here, or is this not supported?

By the way, my code looks as follows:

//Build the context menu
_contextMenu = new dhtmlXMenuObject();
_contextMenu.renderAsContextMenu();
_contextMenu.setSkin(_skin);
_contextMenu.attachEvent(“onClick”, function (id, zoneId, casState) {
onContextMenuClick(id, zoneId, casState);
});

//Show the context menu
_contextMenu.showContextMenu(x, y);

Regards,

Peter

Hi
There is no native focus