Great, thank you very much.

Regards,
Andreas

> -----Ursprüngliche Nachricht-----
> Von: Daniel Wagner [mailto:daniel.wag...@1und1.de]
> Gesendet: Freitag, 14. Mai 2010 16:48
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] IE fires wrong event
> 
> Hi Andreas,
> 
> found the problem and decided to fix it right away since it was a fairly
> small change. Here's the bug report if you're interested in the details:
> 
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=3708
> 
> Strange that this problem wasn't reported earlier as this is pretty old
> code. I guess the additional events didn't break any applications.
> 
> If you don't want to switch your application to trunk, you can just
> replace __inValueSet with $$inValueSet in qx.bom.Input and
> qx.event.handler.Input.
> 
> 
> Regards,
> Daniel
> 
> Fink, Andreas schrieb:
> > Hi List,
> >
> > It seems that IE fires "input"-events on fields if I use .setValue().
> > But it only happens in the build version.
> > I've tested it with the following minimal skeleton example:
> >
> > var tf = new qx.ui.form.TextField();
> > var doc = this.getRoot();
> > doc.add(tf, {left: 100, top: 50});
> >
> > tf.addListener("input", function(e) {
> >   alert("Hello World!");
> > });
> >
> > qx.event.Timer.once(function() {
> >  tf.setValue("test");
> > }, this, 1000);
> >
> > Everything is working fine as long as I use the source version. With the
> > build version it works with Firefox, Chrome and Safari but IE fires the
> > "input"-event after one sekond.
> >
> > Could someone give me a workaround to avoid this nasty IE behaviour?
> > I use qooxdoo 1.1, and have tested it with IE8.
> >
> > Regards,
> > Andreas
> >
> > -------------------------------------------------------------------------
> -----
> >
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> >
> 
> 
> ---------------------------------------------------------------------------
> ---
> 
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to