Derrell Lipman
Derrell Lipman
My recommendation is that it be documented in the next qx6 release notes what changed in qx6 (with the above fix), and how to get around it by setting `height`...
As stated elsewhere, I think there will be some (significant?) hurdles to jump in the process of moving to this new system, but I'm for it. We should learn how...
There are likely a great many apps that depend on this functionality that has dated back in qooxdoo as far as I can remember. Although it's not unreasonable to require...
My feeling is that we should provide the prior functionality regardless of whether the browsers support it natively or not. It's a useful feature, in addition to simply needing (IMO)...
I like @cboulanger's idea of functional aliases. I'm concerned about the implication (or at least my inference) that icon themes aren't important. I don't have a need to change themes....
My experience is that classes are not instantiated frequently, in which case the differences in the time it takes for [].join vs. String.+ vs. various other methods isn't really an...
And let's not forget that we need to document a promise that is an argument to a function as well, so: ``` @param {???} ``` possibly this, but it's really...
And if we do that, then the just-as-ugly return documentation should probably be used ``` @return {Promise} ``` but I have a strong preference for replacing `@return` with `@promise` for...
I would previously get to the api viewer with `api.qooxdoo.org` which was a really nice shorthand.
This actually points to a somewhat more general issue. Whenever `refine : true` is used, we probably need code that sets the new `init` value. Calling `initCenterOnAppear` (or, the `init*`...