I suggest debugging the listener in Chrome. Maybe there are some fine-grained updates going on after the user has changed the selection, and you have to skip some before you get to the "final" event.
If you find that there are unnecessary events being generated, please file a bug report, specifying the Chrome version you are using. Esp. mention whether you use a dev/beta channel of Chrome. T. On 03/16/2012 03:40 PM, [email protected] wrote: > under chrome he starts this listener 6 times on loading. i dont knwo > why. under firefox thsi problem dossent appear > >> On 03/16/2012 11:14 AM, [email protected] wrote: >>> hello, >>> >>> i now use this >>> >>> >>> this.widgets["tarife"][i]["values"].getSelection().addListener("change", >>> function(e) { >>> alert(i+": VVL : >>> "+this.getUserData("title")); >>> alert(i+": VVL : >>> "+this.getSelection().getItem(0).get("ID")); >>> alert(i+": VVL : >>> "+this.getSelection().getItem(0).get("title")); >>> }, >>> this.widgets["tarife"][i]["values"]); >>> >>> is this better? how can i register this data array? >> The code looks good to me - where is the problem? >> >> T. >> >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
