Categories | Question details Back To List | ||
dhtmlxTree xml autoloading doesn't work on Firefox 3.1 beta 3 The dhtmlxTree doesn't work under Firefox 3.1 beta 3 when using XML autoloading. Sample : http://www.dhtmlx.com/docs/products/dhtmlxTree/samples/loading_processing_data/tree_dyn_loading.html The tree doesn't show on this page. Used to work with Firefox 3.1 beta 2. Answer posted by Alex (support) on Mar 16, 2009 08:34 Hello, FireFox 3.1 is in the development stage and isn't stable. The problem should disappear after FF official release. Answer posted by Alex (support) on Mar 16, 2009 09:38 We have found the solution for the FireFox 3.1 beta 3. For some reason it is necessary to set special header 'Access-Control: allow <*>'. This header can be set in a page with tree or in a xml page. The source is http://ajaxian.com/archives/cross-site-xmlhttprequest-in-firefox-3 |