On 02/20/2012 09:24 PM, Alexey Kodubets wrote: > Can you please explain your question in details? The application is a > standalone. What focus do you expect for standalone application?
In a qooxdoo app you can usually focus various visible widgets. > If I play > with mouse wheel, I see that scrollbar is working fine, so, I think it means > that the application is in focus I think that's not true, as the mouse wheel events are delivered through the mouse position, not the tab focus. > but keyboard (key up or down) doesn't work > (i.e. doesn't scroll content). I guess it is very easy to reproduce the > issue, just follow "hello world" guide and add the scrollContainer to the > main function. Rather than describing it's better in most cases to have a working demo. This could be a Playground [1] example that reproduces the issue. I found that our ui.ScrollContainer demo [2] also reproduces this behaviour. It seems that currently widgets that derive from qx.ui.core.scroll.AbstractScrollArea (like List) implement keyboard handling by themselves. But obviously it's not implemented on qx.ui.container.Scroll, as opposed to handling mouse wheel events (why I cannot say). You can open an enhancement request, or try subclassing qx.ui.container.Scroll and implement the keyboard handling yourself. T. [1] http://demo.qooxdoo.org/1.6/playground/index.html [2] http://demo.qooxdoo.org/1.6/demobrowser/#ui~ScrollContainer.html ------------------------------------------------------------------------------ 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 qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel