-
_Christian Hagendorn (@Hagendorn) wrote:_
The job should build the inspector in the framework and after that, a HTML-file should created in the source folder of the custom application.
_assigned to …
-
_Daniel Wagner (@danielwagner) wrote:_
There should be a way to exclude libraries with certain attributes from the contribDemobrowser.
_assigned to Daniel Wagner (@danielwagner)_
-
_Andy Jarrell (andyjarrell) wrote:_
Updated version of TimeValue.js
A leading zero is added to the TimeChooser when using it in Internet Explorer. One can view the bug with the current demo browser …
-
_Matthias Braun (matthias.braun) wrote:_
Also seen in the demo implementation:
http://demo.qooxdoo.org/contrib/HtmlArea/trunk/demo/default/index.html
How to reproduce it:
1. apply a font style (e.g.…
-
Currently, there are 3 ways to use setter :
- `obj.setFoo('bar')` -> return 'bar'
- `obj.set('foo', 'bar')` -> return 'bar'
- `obj.set({foo: 'bar'})` -> return obj
The 3 ways should return the obj i…
-
_Thomas Herchenroeder (@thron7) wrote:_
Many people try to run the 'source' version of their qooxdoo app through a web server. While most manage to load the application's source/index.htm…
-
_Helder Magalhães (helder.magalhaes) wrote:_
During the latest couple of days I've contributed a PT translation for the
legacy 0.7.x branch and 2.0.x.
Regarding the legacy branch, it probably do…
-
_Matthias Braun (matthias.braun) wrote:_
Reproducable in the Demo:
http://demo.qooxdoo.org/contrib/HtmlArea/trunk/demo/default/index.html
Steps to reproduce:
1. Type a few lines
2. Start a numbered …
-
_Dietrich Streifert (@level420) wrote:_
Hello List,
While having some time I ported my upload widget to 0.7beta3.
I also created a test perl cgi upload script which can be used to test the implemen…
-
_Guilherme Krycek (gradinf) wrote:_
On a remote model with more than 10000 lines, if I scroll down to the end of the table, nothing happens - no requests are made and not even the lines are draw.
If…