Hi all, I'm using qx.ui.table.Table with qooxdoo 2.0.2
No problem when I use "generate source". The data, in the table body, look fine """ <div style="font-family: "Segoe UI",Candara; font-size: 12px; line-height: 1.4; background-color: rgb(255, 127, 255); border-bottom: 1px solid rgb(204, 204, 204); position: relative; height: 19px; width: 100%;"> <div class="qooxdoo-table-cell" style="left:0px;width:37px;height:20px;">FDX</div> ... </div> """ ==> we have the definition of the font to use for all the line But when I use "generate build" """ <div style=";background-color:#FF7FFF;border-bottom: 1px solid #CCC;position:relative;height:19px;width:100%;"> <div class="qooxdoo-table-cell" style="left:0px;width:37px;height:20px;">FDX</div> ... </div> """ ==> we do not have the definition of the font to use for all the line ===> We have lost this font definition between "generate source" and "generate build" Is it normal? (If it's because of me, I can't find what I'm doing wrong) What can I do to resolve this problem ? thanks in advance. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-font-problem-tp7581856.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
