Actually, arrow keys seem to work now that I disabled the focus indicator. So that was another side effect of having that enabled -- it was eating the keyboard events too, I guess.
Dave thron7-2 wrote: > > > > dmbaggett wrote: >> I spent some time debugging this. It appears that the Scoller's focus >> indicator is stealing the right click event and sending a cellClick >> event. >> If I disable the focus indicator with >> >> table.getPaneScroller(0).setShowCellFocusIndicator(false); >> >> Then my contextMenu events work fine. >> >> I'm also curious how to enable keyboard events (like arrow keys to move >> around) in the table. Any hints on some example code to follow? >> > > Did you start off of > http://qooxdoo.org/documentation/0.8/ui_interaction#keyboard_support ?! > > T. > >> Dave >> >> > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/contextMenu-event-doesn%27t-fire-in-IE-tp23101532p23835003.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
