Ok, opened the bug:

http://bugzilla.qooxdoo.org/show_bug.cgi?id=2504

Next time I will directly report in Bugzilla bypassing the ML.

Jean-Noel

On Tue, Jun 23, 2009 at 7:18 PM, Andreas Ecker
<[email protected]>wrote:

> Howdy!
>
> On Tue, 2009-06-23 at 17:21 +0200, Jean-Noël Rivasseau wrote:
> > Hi,
> >
> > I have one object whose property is a qx.data.Array, like this:
> >
> > fonts: {"deferredInit": true, "event": "changeFonts", "check":
> > "qx.data.Array", "apply": "_applyEventPropagation"},
> >
> > When I add items to the array, no problem, the
> > _applyEventPropagation() is correctly called, everything is fine.
> > However whenever I call removeAll() in fonts, or removeAt(0), I get
> > the following error:
> >
> > data.name is undefined (MEventBublling.js, line 98)
> >
> > and nothing works. I call like this: myObject.getFonts().removeAll();
> >
> > This is most probably a bug, so do you want me to open an entry on
> > Bugzilla? (could not find an existing bug).
>
> Yes, please open up a bug report, as this ensures for the best workflow
> (I'm sure Martin will look at this asap) without cluttering the mailing
> list.
>
> Bye,
>
> Andreas
>
>
>
>
> ------------------------------------------------------------------------------
> Are you an open source citizen? Join us for the Open Source Bridge
> conference!
> Portland, OR, June 17-19. Two days of sessions, one day of unconference:
> $250.
> Need another reason to go? 24-hour hacker lounge. Register today!
>
> http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to