On Thu, 27 Mar 2008 11:25 +0000 (GMT Standard Time), Hugh Gibson
<[EMAIL PROTECTED]> wrote:
>  I have an issue in that after showing the menu, focus isn't set correctly
>  back to the table. Pressing tab activates the button to show the header
>  menu, and then shift-tab re-activates the table. I have debug statements
>  on onkeydown etc, and they don't activate with the first tab. So
>  something else has keyboard focus after the menu is shown.

You might try something like this to force focus where you want it to be:

     contextmenu.addEventListener("appear", function() {
table.setFocus(); }, this);

Derrell

-------------------------------------------------------------------------
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