Rüdiger Herrmann schrieb:
> Hi,
> 
> the definition of the overflow property in 0.7 (trunk) looks like this:
> 
>      overflow :
>      {
>        check : ["hidden", "auto", "scroll" ,"scrollX", "scrollY"],
>        nullable : true,
>        apply : "_modifyOverflow",
>        themeable : true,
>        init : 0
>      }
> 1. Shouldn't the init value be null instead of 0?

This is already fixed some time in trunk.

> 
> 2. In 0.6.5 there was a "hidden" value for overflow, how can I specify 
> this behaviour in 0.7?

hidden is in the list of "check". You can simply use 
setOverflow("hidden"), but please be aware that you could not combine 
this with min/max dimensions because of a ugly bug in gecko's rendering 
implementation.

Sebastian

> 
> Thanks
> Rüdiger
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to