First point: the html onchange event only fires if the textfield loses the focus and its value has been modified. Please have a look at the standards:
http://www.w3.org/TR/html401/interact/scripts.html#adef-onchange This is exactly what the "changeValue" event listener does for you. So I don't see the difference to native "onchange" event. Matthias Reuter schrieb: > Well, > > this is not what I wanted. As you said, changeValue is only fired when > the textfield looses focus. What I want is an event that is fired when I > hit the return key. > > And, yes, I have had a look at the demos before, and yes, I know how to > do this with the "input" event. I just wonder why qooxdoo does not > support "onchange" as an html text field does. > > Matthias Reuter > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
