About <mp:AddThisButton ...> control in the layout.Master page.

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/19/2008 9:01:07 PM
Gravatar
Total Posts 59

Re: About <mp:AddThisButton ...> control in the layout.Master page.

Hi, Joe

    Today, when I go to http://www.mojoportal.com/, almost all errors are not exist yet, it's so good.

    But still a little javascript bug, but it is in  msAnalytics.js,

Under the html code, has this script:

///////////////////////////////////////////////////////////////////

<script language="javascript" type="text/javascript">
msAnalytics.ProfileId = 'C62F';
msAnalytics.CookieDomain = 'mojoportal.com';
msAnalytics.EnableLinkTracking(); // I did't know the function of this, but this code will lead a small bug in msAnalytics.js .
msAnalytics.TrackPage();
</script>

//////////////////////////////////////////////////////////////////
 

In msAnalytics.js, there are below code:

//////////////////////////////////////////////////////////////

;MicrosoftAnalytics.prototype.OnTrackLink=function(evt)
{

..............
  var loggingObject=srcElement.LoggingObject;var urlPath=srcElement.pathname;var dotIndex=urlPath.lastIndexOf(".");var foundMatch=false;

}

//////////////////////////////////////////////////////////////

Because all the AspNet-Menu elements like Home, Blog,Download,Online Demos, Documentation,........ all has no pathname attrubute,

So when click these element the ie will show "undifined urlPath" error.

But this is no effect, because almost most user will not see this error.

 

Thanks!

 

 

5/21/2008 8:08:17 AM
Gravatar
Total Posts 18439

Re: About <mp:AddThisButton ...> control in the layout.Master page.

Hi,

I still was never able to reproduce the error using any browser, IE 6, IE7, FF.

I did add a try catch around the ms analytics code so maybe that will fix it for you.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.