Hey,
first of all, this sounds strange but can happen depending on your settings. We 
do strip out debug code for the production build and it might be that some 
parts of the code responsible for the font are in such parts. This can be on 
your side, but also on the framework side (sounds more reasonable to me). To 
make sure that its not in your application code, it would be handy if you could 
supply a standalone app which offers as minimal code as possible to showcase 
the undesired behavior. Based on that, we can dig into the framework code and 
see whats happening and fix that issue. :)
Regards,
Martin
P.S. If you find an easy way to reproduce the issue in a standalone app, feel 
free to open up a bug report for it.
________________________________________
Von: Krull [[email protected]]
Gesendet: Mittwoch, 31. Oktober 2012 18:58
An: [email protected]
Betreff: [qooxdoo-devel] Table font problem

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

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to