Community
Participate
Working Groups
Created attachment 168850 [details] Sample project illustrating problem Using 1.3 M7 Steps to reproduce: 1. Create a view with a tree viewer. 2. Set the tree to setEnabled(false) in createPartControl(). 3. Run the app and observe a crash. I have tested this with IE, Firefox and Chrome and they all give the following error: Error in property textColor of class qx.ui.layout.HorizontalBoxLayout in method styleTextColor with incoming value 'widget.graytext': Is invalid! I originally experienced this only in IE in my application, and with an "Invalid Argument" error instead of the one above. But when attempting to reproduce in a bug demo, I received the error above. The sample view loaded by default in the bug-demo project is called IconTreeView.java
Hi Austin, maybe it is strange, but I can't reproduce the bug with your demo project and CVS HEAD. Tested on Windows 7, IE8, FF 3.6.3, Chrome 6.0.401.1 beta. All work just fine, view is loaded and tree is disabled. Any special hints how to reproduce it?
(In reply to comment #1) After some more digging it turns out that I had a modification to AppearancesBase.js that was causing the error. Sorry for the trouble.