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