Alex, I have qooxdoo #16902 and still have this problem in all my forms. It's not a problem in table cell editors.
As Guilherme Aiolfi suggested in http://bugzilla.qooxdoo.org/show_bug.cgi?id=1700 , commenting out line in method _applyEnabled in class qx.event.Command solves the problem. Line 186: qx.event.Registration.addListener(document.documentElement, "keypress", this.__stopEvent, this); I've seen this problem for a long time now and it kept me away from updating to the latest trunk. Ian Horst Alexander Back wrote: > Hi Ian, > > Ian Horst wrote: >> After updating to latest trunk #16888 nothing happens when typing in >> input fields like qx.ui.form.TextField. It works fine with #16619. > I'm currently running trunk with Revision #16895 without a problem. > Could you update to this revision and report if the issue is still present? > > Thanks a lot, > Alex > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
