Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt 3.7 and IE 9(Birt 3.7 and IE9)
Birt 3.7 and IE 9 [message #731199] Fri, 30 September 2011 08:51 Go to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
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 06:45]

Report message to a moderator

Re: Birt 3.7 and IE 9 [message #731385 is a reply to message #731199] Fri, 30 September 2011 19:32 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

It is not on the project plan yet, but it most likely work.

Jason

On 9/30/2011 4:51 AM, Emmanuel wrote:
> Hello,
>
> Do you know if the following version of Birt will support IE9.
> This tool is so magic...
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #731459 is a reply to message #731385] Sat, 01 October 2011 05:05 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Thanks Jason.

But as you can see I update my post.
It doesn't work when we use an iframe in asp.net.

Regards
Manu
Re: Birt 3.7 and IE 9 [message #731932 is a reply to message #731459] Mon, 03 October 2011 13:54 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

What url are you using for the iframe?

Jason

On 10/1/2011 1:05 AM, Emmanuel wrote:
> Thanks Jason.
>
> But as you can see I update my post.
> It doesn't work when we use an iframe in asp.net.
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #731937 is a reply to message #731932] Mon, 03 October 2011 14:08 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
I use this url :

<iframe id="iframe2" runat="server" src="h t t p : / /localhost:8080/Birt/frameset?__report=report\SalesInvoice.rptdesign&__format" scrolling="auto" width="100%" height="600px" frameborder="0"> </iframe>

Regards
Manu
Re: Birt 3.7 and IE 9 [message #731951 is a reply to message #731937] Mon, 03 October 2011 14:37 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I assume you have format=html in the url?
Can you remove the runat attribute and can you try using /preview
instead of /frameset?

Jason

On 10/3/2011 10:08 AM, Emmanuel wrote:
> I use this url :
> <iframe id="iframe2" runat="server" src="h t t p : /
> /localhost:8080/Birt/frameset?__report=report\SalesInvoice.rptdesign&__format"
> scrolling="auto" width="100%" height="600px" frameborder="0"> </iframe>
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #732173 is a reply to message #731951] Tue, 04 October 2011 06:39 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Hello,

Yes the url has =html at the end.
Thanks a lot for your feedback.
It works with preview as you recommend, but we loose all the benefits of the frameset (run, export etc ...).

Manu
Re: Birt 3.7 and IE 9 [message #732354 is a reply to message #732173] Tue, 04 October 2011 14:56 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Does removing the runat option and leaving the frameset work?
If you open the browser and put the iframe url in does it work?


Jason

On 10/4/2011 2:39 AM, Emmanuel wrote:
> Hello,
>
> Yes the url has =html at the end.
> Thanks a lot for your feedback.
> It works with preview as you recommend, but we loose all the benefits of
> the frameset (run, export etc ...).
>
> Manu
Re: Birt 3.7 and IE 9 [message #732359 is a reply to message #732354] Tue, 04 October 2011 15:12 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Removing the runat and leaving the frameset doesne't work.

It works when I use the URL in my browser directly.
Manu
Re: Birt 3.7 and IE 9 [message #733400 is a reply to message #732359] Tue, 04 October 2011 15:43 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

What error are you getting? Can you view the source of the iframe? If
so look at the top for BASE href. What is it set at?

Should be something like:

<BASE href="http://localhost:8090/WebViewerExample/webcontent/birt" >

Jason

On 10/4/2011 11:12 AM, Emmanuel wrote:
> Removing the runat and leaving the frameset doesne't work.
>
> It works when I use the URL in my browser directly.
> Manu
Re: Birt 3.7 and IE 9 [message #733581 is a reply to message #733400] Wed, 05 October 2011 06:41 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
In fact, I have no error, the please processing window is running with no end.

Here is the beginning of the source :
<TITLE>Classic Models Sales Invoice Report</TITLE>
<BASE href="http://localhost:8080/Birt/webcontent/birt" >

<!-- Mimics Internet Explorer 7, it just works on IE8. -->
<META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=EmulateIE7">

Manu
Re: Birt 3.7 and IE 9 [message #733744 is a reply to message #733581] Wed, 05 October 2011 14:35 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Emmanuel,

Can you open a bug for this? The frameset mapping uses AJAX and
webservices to update the data. I am not certain why this is failing in
the case.

Jason

On 10/5/2011 2:41 AM, Emmanuel wrote:
> In fact, I have no error, the please processing window is running with
> no end.
>
> Here is the beginning of the source : <TITLE>Classic Models Sales
> Invoice Report</TITLE>
> <BASE href="http://localhost:8080/Birt/webcontent/birt" >
>
> <!-- Mimics Internet Explorer 7, it just works on IE8. -->
> <META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=EmulateIE7">
>
> Manu
Re: Birt 3.7 and IE 9 [message #740215 is a reply to message #733744] Tue, 18 October 2011 09:16 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Hello Jason,

I create the Bug 360068 as you recommand.
But since the 06th october, no return.

Do you think it's normal?

Ciao
Manu


Re: Birt 3.7 and IE 9 [message #740485 is a reply to message #740215] Tue, 18 October 2011 15:05 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I will look into the bug.

Jason

On 10/18/2011 5:16 AM, Emmanuel wrote:
> Hello Jason,
>
> I create the Bug 360068 as you recommand.
> But since the 06th october, no return.
>
> Do you think it's normal?
>
> Ciao
> Manu
>
>
>
Re: Birt 3.7 and IE 9 [message #754022 is a reply to message #740485] Mon, 31 October 2011 14:18 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Hi Jason,

Sorry for disturbing oyou again, but since the 18th of October, I still have no nes on the bug.

Regards
Manu

Re: Birt 3.7 and IE 9 [message #754030 is a reply to message #754022] Mon, 31 October 2011 14:41 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Manu,

I will check with the dev team again.

Jason

On 10/31/2011 10:18 AM, Emmanuel wrote:
> Hi Jason,
>
> Sorry for disturbing oyou again, but since the 18th of October, I still
> have no nes on the bug.
>
> Regards
> Manu
>
>
Re: Birt 3.7 and IE 9 [message #755911 is a reply to message #754030] Thu, 10 November 2011 07:41 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Hello Jason,

Sorry for disturbing you again but I Still have no news on that bug.

Regards
Manu
Re: Birt 3.7 and IE 9 [message #756048 is a reply to message #755911] Thu, 10 November 2011 16:12 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

No problem. I am waiting as well. Can you test a couple other things.
First off verify that cookies are enabled and then set the browser
compatibility to ie 7 just to see if it works. Look at this blog that
shows that ie feature. It is under developer tools in the options or
just press f12.

http://blogs.msdn.com/b/ie/archive/2008/08/27/introducing-compatibility-view.aspx

Jason

On 11/10/2011 2:41 AM, Emmanuel wrote:
> Hello Jason,
>
> Sorry for disturbing you again but I Still have no news on that bug.
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #767928 is a reply to message #756048] Mon, 19 December 2011 08:17 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Hello Jason,

Sorry for disturbing you again but I Still have no news on that bug.

Regards
Manu
Re: Birt 3.7 and IE 9 [message #768163 is a reply to message #767928] Mon, 19 December 2011 17:25 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Thanks Manu, were you able to try the compatibility test from my last
message?

Jason

On 12/19/2011 3:17 AM, Emmanuel wrote:
> Hello Jason,
>
> Sorry for disturbing you again but I Still have no news on that bug.
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #768175 is a reply to message #768163] Mon, 19 December 2011 17:37 Go to previous messageGo to next message
Emmanuel  is currently offline Emmanuel Friend
Messages: 12
Registered: September 2011
Junior Member
Yes I do the test but the result is the same.

Regards
Manu
Re: Birt 3.7 and IE 9 [message #768329 is a reply to message #768175] Mon, 19 December 2011 23:09 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Would you be able to do a skype session and show me how you have
everything setup?

Jason

On 12/19/2011 12:38 PM, Emmanuel wrote:
> Yes I do the test but the result is the same.
>
> Regards
> Manu
Re: Birt 3.7 and IE 9 [message #789511 is a reply to message #768329] Fri, 03 February 2012 04:01 Go to previous message
Jay Hamilton is currently offline Jay HamiltonFriend
Messages: 26
Registered: October 2011
Junior Member
Have you tried changing:
iframe id="iframe2"
to iframe name="iframe2" ?
Previous Topic:NoClassDefFoundError when trying to develop custom ODA for Birt
Next Topic:Customization BIRT Report Viewer
Goto Forum:
  


Current Time: Thu Mar 28 09:26:24 GMT 2024

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

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

Back to the top