Page 1 of 1

WebChart within AjaxTabContainer & Iphone

Posted: Tue Feb 02, 2010 12:57 pm
by 13046026
Hi guys,

I detected a failure in you rendering methods.
We've got a Page, where we use a Webchart within a Ajax TabContainer.

While surfing our page with the iPhone (Safari Browser), we detected tha we got only a white page.
I've analyzed this problem and I've seen the following in the html-source:

Code: Select all

<script language="javascript">
		function activateContent(chart,empty,evt)
		{
		  evt = (evt) ? evt : event;
		  var oVDiv=document.getElementById(chart);
                  ....
               }
There is no attribute "language". It has been deprecated.

The correct form is:

Code: Select all

<script type="text/javascript">
A made a static html file, where I corrected this. After the correction the Iphone could show the page correct.
Can you correct this in your next version, please?

Thanks and regards,

Kenan Abdullahu
GIAG

Re: WebChart within AjaxTabContainer & Iphone

Posted: Tue Feb 02, 2010 2:30 pm
by Marc
Hello Kenan,

Thank you for your observations. We'll make the required change.

Regards,
Marc Meumann