Derrell Lipman

Results 137 comments of Derrell Lipman

BTW, the vast majority of those object properties already existed in the old property system, but you typically had no reason to notice them. I added a few as necessary...

I don't know what a pseudo property is. Something is either defined in the `properties` configuration, or it is not. There are a few places that kind of simulate properties,...

Ok, I've added support for pseudo-properties. I excluded the test for the `reset` method, as it seems it's not required: the example of MModelSelection's `selected` pseudo-property doesn't have it, so...

Something, somewhere, says that if you use `deferredInit` then you _do not_ use `init`, and I'm pretty sure that's what I found was the case when reimplementing properties. Once a...

I had to deal with this issue when I rewrote the class/property system. The rule is not nearly as clean-cut as one would expect. I have this comment in my...

That seems like it clearly breaks the qooxdoo rule that the apply method will not be called if the value being set is the same as the current value of...