Thank you. 

Fixed it myself.

Before:

/    "tabview/pane" :
    {
...
          marginRight : states.barRight ? -1 : 0
...
    },
/

After:

/    "tabview/pane" :
    {
...
          marginRight : states.barRight ? -1 : (useCSS? 0: -2)
...
    },
/


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/IE-issue-again-textArea-width-is-incorrect-tp7281957p7318890.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to