YAFLogo

PabloSauras
  • PabloSauras
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Hi!

First of all, I'm using:

- YAF 1.9.3RC2 (I know this is not the newest version, but I have integrated it with Umbraco v4.0.3 and I followed the steps of http://dawoe.blogspot.com/2009/02/intergrate-yet-another-forum-193rc2.html )

- IIS v5.1

- ASP.net 3.5

My problem is tha when I run my forum with IE (v8) I have a JavaScript error.

 function yaf_SmartScroller_Scroll()
  {
    var cForm = yaf_GetForm();
    var x = cForm.ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ComparteMasterContentPlaceHolder_yafForum_ctl01_scrollLeft.value;
    var y = cForm.ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ComparteMasterContentPlaceHolder_yafForum_ctl01_scrollTop.value;
		if (x || y) window.scrollTo(x, y);
		if (oldOnLoad != null) oldOnLoad();
  }

Is says that ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ComparteMasterContentPlaceHolder_yafForum_ctl01_scrollLeft is null. I have been reading this forum an it says something about function yef_GetForm()... but I can't find that function in my code :cry:

Could you help me?

Tanks a lot!

PS: In Firefox everything is OK.

Sponsor
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
14 years ago
1.9.5 RTM is coming soon, putatavely this week. It's recommended to remake your integration based on it. The problem is that developers don't have time to support all legacy versions. To get a free support, it would be wize to upgrade to a latest stable version.

Don't take into account all JS IE warnings 👎, the browser doesn't follow standards and trying to wriggle in it's own standards to hide its problems .