On 08/14/2012 02:46 PM, Nick Glencross wrote:
> Doing a backtrace I see the caller is  __detectVendorProperties, and
> the culprit caller
>
>     this.__cssNames[key] = key == "float" ? "float" :
>              qx.lang.String.hyphenate(styleNames[key]);
>
> In this case I think it's the textOverflow key that's the problem, and
> removing just this key seems to have sorted it.

Aha! css.textoverflow was a boolean key before qx 1.6. So I guess you're 
using environment values from an older version. It's probably a good 
idea to update your build config whenever you migrate your app to a new 
framework version. We try not to change the types of env values if we 
can avoid it, but new ones get added all the time.


Regards,
Daniel

------------------------------------------------------------------------------
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

Reply via email to