Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Yoann on Jun 03, 2008 08:00
open dhtmlx forum
Tree performance

Hi,

I'm developing a web application that will be used in internet explorer 6. I use images in a dhtmlx Tree.
Due to this bug (see: http://support.microsoft.com/default.aspx?scid=kb;en-us;319546 ), images are not cached and downloaded several time
. I've received your answer concerning dhtmlxGrid, do you have a solution to fix that bug with Tree too ?

Regards,
Yoann
Answer posted by Support on Jun 03, 2008 09:18
The tree has native method to change inline images to backgrounds, not affected by mentioned bug, just add next line to the tree initialization

tree.enableIEImageFix(true);