Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...AddThis Social Bookmark ButtonAddThis Social Bookmark Button
Previous
 
Next
New Post
3/4/2009 5:28 AM
 

Salaam!

I've added addthis social bookmark button in my DNN site, When the page contining this button is refreshed it scrolls smoothly. When I hover mouse or click on 'addthis' button it performs its functionality fine but when I try to scroll the page it gives error 'ScrollTop is null or not an object'. Any help may be appreciated.

Regards,

Tauqeer.....

 
New Post
3/5/2009 2:33 AM
 

I've figured out the problem! Actually the DNN page has a form with one hidden input element named 'ScrollTop' that is manipulated by the function __dnn_bodyscroll() in dnncore.js; The first line inside the function is

var oF = document.forms[0]; // pointing to first form in the collection

Since it has only one form so there's no problem in scrolling.

When addthis social bookmark button is activated by hovering or clicking, it creates another form so now there are 2 forms in the collection and forms[0] is pointing to newly created form which doesn't have that hidden input element named 'ScrollTop' so we are getting 'ScrollTop is null or not an object' message.

The solution to this problem is to change __dnn_bodyscroll() function in dnncore.js in a way so that it should point to correct form in the dnn page who has this hidden input element named: 'ScrollTop'

In my case, the form has name and id = 'form' so I changed

var oF = document.form;

and it worked very well.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...AddThis Social Bookmark ButtonAddThis Social Bookmark Button


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out