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).

Martin, do you have a workaround for this problem?

Thanks

Jean-Noel
------------------------------------------------------------------------------
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

Reply via email to