Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » IE9 Birt issue(Birt Chart issue in IE9)
IE9 Birt issue [message #1237249] Wed, 29 January 2014 08:35 Go to next message
sudha bhooma is currently offline sudha bhoomaFriend
Messages: 1
Registered: January 2014
Junior Member
Hi, Im using birt(3.7.1) preview to load the charts, Charts are not loading in IE9 ,in FF and chrome it is loading fine..Please help!!
Re: IE9 Birt issue [message #1240376 is a reply to message #1237249] Thu, 06 February 2014 10:08 Go to previous message
Anthony Farrell is currently offline Anthony FarrellFriend
Messages: 17
Registered: December 2013
Junior Member
There is a fix required to prototype.js, another thread has the fix, the fix applies changes along the lines of the following:


var Ajax = {
getTransport: function() {
return Try.these(
function() {return new XMLHttpRequest()},
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
function() {return new ActiveXObject('Microsoft.XMLHTTP')}
) || false;
},

activeRequestCount: 0
};
Previous Topic:BIRT_VIEWER_WORKING_FOLDER value questions
Next Topic:XML Datasource - Do Not Encode Question Mark
Goto Forum:
  


Current Time: Fri Apr 26 19:13:05 GMT 2024

Powered by FUDForum. Page generated in 0.02880 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top