Shape 5

Joomla Templates => CommPortal - July 08 - Club => : wizbrand April 11, 2010, 01:27:41 PM



: IE 7 & IE 8 issues
: wizbrand April 11, 2010, 01:27:41 PM
Hello,

I have a problem in IE7, when i open my Detail View Page in IE7 it gives an error as such

"Problem in web page might prevent it from being displayed properly or functionality properly "

When i checked for show details of error it gives

"
Line: 212

Char: 2

Error: 'this.a' is null or not an object
"

When i searching for this error i found that its a javascript error....in tabpane.js file. I tried to solve the issue but no success.

After seraching through the file the code below is at position 212 which is show as error by browser

210      while ( this.tab.hasChildNodes() )
211
212          a.appendChild( this.tab.firstChild );
213          this.tab.appendChild( a );

After a few work around I got that it?s a JavaScript error  ?. It?s a conflict between the Comportal JavaScript and Sobi2 Tabpane.js

U can check the error displayed on my site in IE7 and even i have one more issues that the display of data in detail view is not proper....these can be seen in the below link

http://www.wizbrand.info/index.php?option=com_sobi2&sobi2Task=sobi2Details&catid=3&sobi2Id=1&Itemid=111


: Re: IE 7 & IE 8 issues
: jonahh April 12, 2010, 03:47:49 PM
Hello,

Try disabling the tooltips in your template details area as this sometimes causes this error.