*All the code is here:*
https://github.com/totty90/production01_server/tree/master/node_modules/production/client/production
*Now without any optimization the error persists and the line is this:*
,getVml:function(){var
bv=document.createElement(b);document.body.appendChild(bv);bv.innerHTML=D;bv.firstChild.style.behavior=bl;var
bw=typeof bv.firstChild.adj==s;document.body.removeChild(bv);return bw;}
*Error:*
Uncaught TypeError: Cannot call method 'appendChild' of null
production.js:3294
*Configuration:*
,"build" :
{
"include": [
"${APPLICATION}.*",
"qx.*"
]
,"exclude": [
"qx.test.*",
"${APPLICATION}.test.*",
"${APPLICATION}.simulation.*"
]
,"compile-options": {
"code" :{
"format": true
,"optimize": []
}
}
}
Yes, it seems to be the getVml:
But how I do what you said?
>>In a widget context, this sort of problem is usually solved by wrapping
>>the code that calls appendChild in an "appear" listener to make sure it
i>>isn't executed until the widget's DOM elements are created.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Application-doesn-t-work-when-I-build-I-can-t-figure-out-what-is-the-problem-tp7580829p7580838.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel