Hi Steve,
you can set the focus back to the widget on blur if its invalid:

var i = new qx.ui.form.TextField();
this.getRoot().add(i);

i.addListener("blur", function() {
  i.focus();
});​

But we don't have something build in to achieve that.
Regards,
Martin
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-to-keep-focus-until-value-is-validated-tp4970982p4972848.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to