Hi, Can I check if anyone is using browser specific builds, as outlined in:
http://manual.qooxdoo.org/2.1/pages/application/featureconfigeditor.html#browser-specific-builds When I try it with IE 8 I get an error 'Object doesn't support this property or method'. I've turned off optimisations to try to determine where the problem is, and it appears to be in the following line in the hyphenate function. hyphenate : function(z){ var A = this.__stringsMap[z]; if(!A){ A = z.replace(/[A-Z]/g, function(B){ ... // THIS LINE It appears that 'z' comes in as boolean 'true', and this isn't happy with the .replace. (I've not got any good development tools for IE, so not sure how to go about getting a proper backtrace) Any thoughts kindly appreciated. Kind regards Nick Glencross ------------------------------------------------------------------------------ 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
