WebChart within AjaxTabContainer & Iphone

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
stefans
Newbie
Newbie
Posts: 14
Joined: Mon Jul 09, 2007 12:00 am

WebChart within AjaxTabContainer & Iphone

Post by stefans » Tue Feb 02, 2010 12:57 pm

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

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: WebChart within AjaxTabContainer & Iphone

Post by Marc » Tue Feb 02, 2010 2:30 pm

Hello Kenan,

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

Regards,
Marc Meumann
Steema Support

Post Reply