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

Reply via email to