> You might try something like this to force focus where you want it 
> to be:
> 
>      contextmenu.addEventListener("appear", function() {
> table.setFocus(); }, this);

The trouble with that is that when the menu appears, the up and down
arrow will work in the table rather than in the menu.

I can remember the element that initiated the action and set focus
explicitly back to that after the menu has disappeared.

Hugh

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to