Hi Dietrich,

Due to limited IE8-Support, text areas only work with single, not with double 
borders anymore.

The source of this info is the migration guide in qooxdoo's upcoming manual of 
version 3.0:

http://manual.qooxdoo.org/devel/pages/desktop/migration/migration_from_2_x.html
(when clicking on the manual-link on the qooxdoo homepage, simply change 
"current" to "devel" in the link for viewing the latest version).

Best regards
Andreas 

Am 28.06.2013 um 17:50 schrieb Dietrich Streifert 
<[email protected]>:

> Hello everybody!
> 
> I'm currently porting my theme to master and having some problems using 
> qx.ui.decoration.MDoubleBorder in IE8.
> 
> I've defined the decorator as:
> 
> input-base : {
>       decorator : [
>         qx.ui.decoration.MDoubleBorder,
>         qx.ui.decoration.MLinearBackgroundGradient
>       ],
> 
>       style : {
>         color : "green",
>         width: 1,
>         innerWidth: 1,
>         innerColor: "black",
>         backgroundColor : "white"
>       }
> },
> 
> "input" : {
>       include: "input-base",
>       style : {
>         gradientStart : ["#eaeaea", 0],
>         gradientEnd : ["#fbfbfb", 100]
>       }
> },
> 
> which should lead to a textfeld decorator having an outer green border 
> and an inner black border.
> 
> What I'm getting is a textfield without a single green border.
> 
> Ist this a bug or is this due to the limitied IE8 support?
> 
> Thank you for your help.
> 
> Regards
> Dietrich
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to