Hello everyone,

This is my first email to this mailing list =). I'm using a lot
qooxdoo and I like it a lot. I've found that in the list controller
(qx.data.controller.List.js) when items are removed from the model,
the controller assumes that the removed items are at the end of the
list, which is too much to assume. I've created a patch that solves
this that I attach to this email. Looking at the code, it also assumes
that items are always added to the end of the model (list), so adding
items in the middle of the model is probably buggy too, and can be
similarly fixed. And I know, a testcase would be awesome but I'm a bit
lazy :P

Regards,
     Eduardo Robles Elvira.
PD: Email also sent to Martin which seems to be the author of that code.

Attachment: listController-bugfix
Description: Binary data

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to