Hi, the problem is that the List registers a listener for "keypress" event and react on e.q. space.
Could you please add a "keypress" listener to your TextField and log all key evens which are dispatched on the TextField. Is the space key dispatched on it? Cheers, Chris Am 05.03.2010 15:26, schrieb geoffre: > Christian, > > I think the problem come from keyboard event that are not correctly > transfer. > > In fact all my custom widget are used inside a List, I noticed that if I > click on a TextField from my custom widget I can keyboard any character > except space and Direction. > But if click on up or down direction arrow, I see that I browse the list > (the custom widget which have the focus change), BUT I can still type > characters into the TextField on which I had previously clicked. > > Regards. > > Le 04/03/2010 14:22, Christian Schmidt a écrit : > >> Hi, >> >> could you please explain the structure from your custom widget. At the >> moment, I don't know, why the space key doesn't work. As far as I known, >> there is no issue with the TextField. >> >> Or could you provide a short code snippet, which reproduce this issue? >> >> Cheers, >> Chris >> >> Am 03.03.2010 18:01, schrieb geoffre: >> >>> Hello, >>> >>> I have a problem with a qx.ui.form.TextField inside a custom widget. >>> In fact the TextField is correctly displayed and I can use it almost >>> normally except for the space bar and the keyboard direction arrow. >>> >>> If I would like to display a space character inside the TextField I need to >>> key "shift + space" instead of "space". And the direction arrow doesn't run >>> anyway. >>> >>> I have always the same problem with IE8, firefox and chrome. >>> >>> Thanks for your help. >>> >>> >> >> > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Christian Schmidt Software Entwickler 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
