WebChart within AjaxTabContainer & Iphone
Posted: 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:
There is no attribute "language". It has been deprecated.
The correct form is:
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
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);
....
}
The correct form is:
Code: Select all
<script type="text/javascript">
Can you correct this in your next version, please?
Thanks and regards,
Kenan Abdullahu
GIAG