Branch: refs/heads/master
Home: https://github.com/qooxdoo/qooxdoo
Commit: 6570b3d1df776548d9d5af4f82ee2d1229df59fc
https://github.com/qooxdoo/qooxdoo/commit/6570b3d1df776548d9d5af4f82ee2d1229df59fc
Author: John Spackman <joh...@ze...>
Date: 2015-10-16 (Fri, 16 Oct 2015)
Changed paths:
M framework/source/class/qx/data/controller/List.js
Log Message:
-----------
fixes a bug in qx.data.controller.List where changes to the model in
which the length of the array stays the same prevents the bindings from
being updated properly. Without this fix, the Controller will update
the ListItem label but not it's model.
Commit: 4d19491cba4d9cf0c7759bb5b9b3db3373cf1ca4
https://github.com/qooxdoo/qooxdoo/commit/4d19491cba4d9cf0c7759bb5b9b3db3373cf1ca4
Author: Tobias Oetiker <to...@oe...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/data/controller/List.js
Log Message:
-----------
Merge pull request #150 from johnspackman/fix-list-controller-not-updating
fixes a bug in qx.data.controller.List where changes to the model in
Compare: https://github.com/qooxdoo/qooxdoo/compare/7a3544c4b75c...4d19491cba4d |