-
I'm seeing compile times increasing as my Qooxdoo desktop web application grows. It's now about 10 seconds per application, and I have two, so I see compile times of 20 seconds or more.
-
If `compile.json` has something in it that does not match the schema, such as the `commonjs-modules` block in the following example, running `qx clean` fails with
```
Error: Error validating data fo…
-
**Describe the bug**
qxWeb.js, line 40:
```
* @asset(qx/iconfont/MaterialIcons/*)
```
**To Reproduce**
Build a new, empty project, look at the resources directory. Material icons are all th…
-
**Is your feature request related to a problem? Please describe.**
I checked DateChooser tests and noticed that something is wrong with them.
There are `testRequiredDateChooser `and `testValidDateCh…
-
**Describe the bug**
`qx.ui.LayoutItem.renderLayout()` method expects integer values for `left`, `top`, `width` and `height` arguments, so it validates it in debug mode via `assertInteger()`. This mi…
-
**Describe the bug**
Noticed in console of fresh new app an error since framework 7.4.1
**To Reproduce**
Steps to reproduce the behavior:
1. Create new project
2. Install @qooxdoo/framework@7.4…
-
**Is your feature request related to a problem? Please describe.**
The method `getInvalidMessages` of `qx.ui.form.validation.Manager` returns extra message after validate method call.
For example, i…
-
## Long story short
(1) When opening any image file, iSEG requests the file vkf_colors.lut that is also typically requested by iSEG. This file cannot be find anywhere in the accessible folders.
(2) …
-
## Long story short
When I try to share a study with a user, it may appear as though it has been successfully shared to the owner, but the "sharee" cannot see the study in his/her studies tab because…
-
**Describe the bug**
The command `qx test` with arguments class and method doesn't work and produces an error with a message"Unknown arguments".
But there is in documentations said:
> To see the …