Hi,

Just want you point to a fact:

qxclass shall only be set on source version. So your build app should not set 
such an attribute. Furthermore the decorator class should be set anyway, if the 
Don element you compared belongs to the same widget.

So please check which value following environment key returns on runtime:
qx.core.Environment. get("qx.debug"); // true if source version was loaded.

Regards Mustafa


Gruß
Mustafa Sak

Applications & Integration

1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany
Phone: +49 721 91374-6977
E-Mail: mustafa....@1und1.de | Web: www.1und1.de

Hauptsitz Montabaur, Amtsgericht Montabaur, HRB 6484

Vorstand: Frank Einhellinger, Robert Hoffmann, Markus Huhn, Hans-Henning 
Kettler, Uwe Lamnek
Aufsichtsratsvorsitzender: Michael Scheeren

Member of United Internet


-------- Ursprüngliche Nachricht --------
Von: David Leray <dle...@kameleoon.com>
Gesendet: Tuesday, May 5, 2015 06:01 PM
An: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
Betreff: [qooxdoo-devel] Entry point for adding themed class into a qooxdoo node

Hi,

I'm currently facing a tricky issue : we use qooxdoo for our kameleoon app. Our 
app is actually injected into the website of our customers so they can use it 
without complicated install process.

Our app is quite complex and uses custom theme, so qooxdoo generates DOM nodes 
like :

<div qxselectable="off" class="qx-UDFrame" style="overflow: hidden; 
touch-action: none; z-index: 10; box-sizing: border-box; position: absolute; 
-webkit-user-select: none; padding: 0px 0px 10px; cursor: default; left: 29px; 
top: 5px; width: 967px; height: 747px; display: none;">
....
</div>

Where the class="qx-UDFrame", is, of course one of our own decorators.

But for some reason, on one of our clients, the generated node would look like :

<div qxclass="qx.ui.container.Composite" qxselectable="off" 
style="overflow-x:hidden;overflow-y:hidden;touch-action:none;-ms-touch-action:none;z-index:10;box-sizing:border-box;position:absolute;-webkit-user-select:none;cursor:default;padding-left:15px;left:0px;top:0px;width:1905px;height:100px;">...</div>


So I want to look into the qooxdoo source code to see the portion of code 
handling the class assignment to help me understand what's happening with this 
website.

So do you guys have any suggestion as to where I should start looking ?

Thank you in advance for your help, and sorry if my question is totally 
irrelevant for this mailing list (I'll gladly accept any direction to the 
correct place to post my question)

--
David Leray
Kameleoon R&D
07.82.90.61.09

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to