-
Recently I needed to change return type from _Boolean_ to an any type in JSDoc of _qooxdoo_ source code but stucked with it for some time because didn't know how I should do it correctly. Looking at …
-
When we try to embed widget on site which contains something like this:
body * {
font-family: "SomeFont" !important;
}
we get incorrect width for qx.ui.basic.Label.
it is caused by follo…
-
Hello
Today i tried to implement RrdGraphJS.
Im trying it out and the script seems to work.
The only Issue i have, is that the Graph is just blank. I can zoom into it still stays blank.
Here's…
-
**Describe the bug**
Add support to load multiple icon themes. Do it in a way that a package can add its own iconset.
-
TL;DR: the `defer` method for classes is being abused and is causing side effects which could potentially cause the generator or qooxdoo-compiler to break unpredictably; this is easily solved by makin…
-
It is supposed to be a GUI-ish module, but to be using it, one has to know and use HTML.
Will it have at a future point some abstraction hiding the underlying HTML?
Many thanks!
-
_Tobias Oetiker (@oetiker) wrote:_
The form controller is currently
not woking with multiple values out of selections.
-
Is it possible to make an web edition of cats? My website makes use of the typescript ace playground editor which is still on typescript 0.9. It is not easy to upgrade this project and it seems that c…
-
I think we should have a reference page for the existing environment keys. Since it is tedious to maintain such a list manually (and therefore unlikely that it will happen), it would be great if it co…
-
The code generation for properties is complex and obscure, particularly for setXxx methods; the generation is spread across a number of __emitXxx methods in `qx.core.Property` and while each method is…