In the meantime I have switched to qooxdoo 1.4, but same problem, there is
another problem there, regarding tabviews:

    "my-tabview" :
    {
        alias : "tabview",
        include : "tabview",
        style : function(states)
        {
                return {
                        marginTop: -26,
                        contentPaddingTop : 0,
                        contentPaddingBottom : 0,
                        contentPaddingLeft : 0,
                        contentPaddingRight: 0
                };
        }
    },
    "my-tabview-page" :
    {
            alias : "tabview-page",
            include : "tabview-page",
            style : function(states) {
              // is used for the padding of the pane
              var useCSS = qx.core.Environment.get("css.gradients") &&
                qx.core.Environment.get("css.borderradius");
              return {
                padding : useCSS ? [0, 0] : undefined
              }
            }
    },
 
this works in all other browsers, but IE is showing a small gap right below
the tab... look at the splitpane handle. This gap is on all other browsers,
using the above mentioned decorations, not visible. But there is also a
small improvement, the font does appear correct now, although it is still in
the wrong text color!

http://qooxdoo.678.n2.nabble.com/file/n6356938/example3.png 

Please help me out, cannot deploy, if IE does not work at all. If it would
be at least useable...


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/IE-8-problems-with-qooxdoo-1-3-tp6353672p6356938.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to