Hi Charlie, I'm neither core dev nor have I stumbled upon the problem you describe, but I too have to support my customers IE6 installations when providing beautiful qooxdoo apps, and, too, I have had some issues with this browser. Sadly up to now I didn't use the tree widget (but works fine in IE in a local demo browser), but generally speaking, based on your description and my own experiences, I'd recommend to check two things: first, check browser caching. I experienced some issues where IE6 did some really inappropriate caching, which could only be resolved by forcing to clear the cache and restarting the browser. Then, check rights. While developing on several pcs and svn exporting to the customer's site (which uses a different type of web server), I had issues every now and then which showed up as some widget's graphic components not readable, thus resulting in some really weird graphics. Having the build directory recursively readable to anyone was the way for me to go.
If you suspect that tree itself is causing problems, do yourself (and all of us) a favor and create some clean simple tree-hello-world app, test it for yourself and then in your customer's environment. If it still fails, the environment itself is worth a closer look. HTH, good luck, Stefan Charlie wrote: > Hello > I know this message is quite a bottle in the sea, but I am encountering > problems with a simple qx.ui.tree object (qooxdoo 0.8) in a given > version of IE6. I hate it but the client is a bank and of course has > very high level of security and I am not authorized to upgrade the IE... > The problem is simple : the icons of the tree are not showing up (black > arrows and folders/files icons), and thus the navigation inside the tree > is not working with the mouse (but working when using the keyboard > arrows). The whole application is working good except for this > component. Of course, it's working in Firefox, and its working in my own > installation of IE6 at the office.... > Maybe someone of the core team has already encountered this kind of > problem when fixing things for IE6 ??? In what way could it be linked to > the install itself? > Thanks in advance if anyone has a suggestion > Charles ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
