Hi, key event handling is tied in to the to the list's selection handling. You could try calling qx.ui.virtual.selection.Abstract.detachKeyEvents(), e.g.:
// list is your qx.ui.list.List instance list._manager.detachKeyEvents(list) This worked in my example code, but (as always when accessing protected members) there may be unwanted side effects. Regards, Daniel On 03/13/2012 09:19 AM, franck34 wrote: > all is in the title ;) > > i've tried setSelectable/setFocusable to false for the list, his > container, and each listItem, and try to return false + ev.stop() for > events keypress/keyup/keydown for list, his container and each list item > too without luck > > cheers > franck > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
