Re: [qooxdoo-devel] DateField Focus

2012-02-05 Thread fprijate
Hi Done. BRGDS Franček -- View this message in context: http://qooxdoo.678.n2.nabble.com/DateField-Focus-tp7256352p7256396.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Try before you buy = See our

Re: [qooxdoo-devel] DateField Focus

2012-02-05 Thread Derrell Lipman
Franček, please submit this as a bug on http://bugzilla.qooxdoo.org so that it doesn't get lost. It's too easy for things like this to get lost when posted only to the mailing list. Thanks! Derrell On Sun, Feb 5, 2012 at 13:26, fprijate wrote: > Hi > > When setting focus by TAB to DateField,

[qooxdoo-devel] DateField Focus

2012-02-05 Thread fprijate
Hi When setting focus by TAB to DateField, we can't input data directly. We have to select it by mouse. Here is solution construct : function() { this.base(arguments); // set the layout var layout = new qx.ui.layout.HBox(); this._setLayout(layout); layout.setAlignY("m