Birt 3.7 and IE 9 [message #731199] |
Fri, 30 September 2011 04:51  |
Eclipse User |
|
|
|
Hello,
Do you know if the following version of Birt will support IE9.
This tool is so magic...
I put an iframe in the page.
When we generate in a pdf format it works quite fine.
We have an issue in the prototype.js in the stopobserving function on element.removeEventListener(name, observer, useCapture) :
message (sorry in french) : Erreur d'exécution Microsoft JScript: Objet appelant non valide.
The html format doesn't work.
There is no SOAP return and the processing window stay.
The first problem is in the AbstractBaseReportDocument.js class.
We need to change : if (BrowserUtility.isIE) by ( BrowserUtility.isIE6 || BrowserUtility.isIE7).
The problem seems to be on the birtSoapRequest. We have an Error not specified on the __xmldocument property.
Regards
Manu
[Updated on: Mon, 03 October 2011 02:45] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09267 seconds