Hi Jim!
> Some things that I have seen since porting my application from .6.x
> to .7.x:
>
>
> 1) DockLayouts no longer work if you setRight(0) and setBottom(0). If
> you do that, then the layout has no height or width. You have to
> setWidth('100%') and setHeight('100%').
Do you have a simple test case to demonstrate this?
> 2) Color properties have to be lower case. There is a mention in the
> docs that they only support CSS styles but no mention that CSS color
> styles have to be lower case. Passing in anything other then lower
> case actually causes an error and a program break.
This is intended behavior, since the color are checked for valid values.
Maybe we should document the valid colors explicitly.
> 3) The interface to checkboxes changed. You used to be able to create
> a checkbox with cb = new qx.ui.form.CheckBox("String", true, "value",
> false), now the second parameter has to be a string. The migration
> script did not catch the change.
AFAIK that API didn't change, 2nd value has always been a string (at
least in 0.6.5).
> 4) If you don't declare a locale in your MAKE file, the calendar has
> bad text. This used to work.
Noticed that as well, we'll have a look.
Bye,
Andreas
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel