JScript Error When Opening ColorBox

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/18/2011 3:42:54 PM
Gravatar
Total Posts 25

JScript Error When Opening ColorBox

Hi Joe:

I am getting a JScript error when I try to open colorbox.. I checked this from the Contact US (View Messages link). I even tried this on demo.mojoportal.com and same result. I am using IE8.0.76.00.

Is this a bug or am I doing something incorrect here.

Thanks

Uday

7/19/2011 12:58:31 PM
Gravatar
Total Posts 18439

Re: JScript Error When Opening ColorBox

Hi Uday,

Thanks for the bug report, I confirm this as a bug. It is fixed in the repository now so it will be fixed in the next release, and it is now fixed on the demo site as well.

I think you could fix it in your copy by edit the /ContactForm/MessageListDialog.aspx file and remove the <portal:ScriptLoader control

Then in /App_MasterPages/Dialog.Master file, set IncludejQueryLayout="true" on the ScriptLoader control

My fix in code was a little different but this solution should achieve the same result.

Best,

Joe

7/20/2011 8:59:59 AM
Gravatar
Total Posts 18439

Re: JScript Error When Opening ColorBox

fyi

I've patched the 2.3.6.7 release with the fix for this and couple of other small items.

The only files that have changed are:

mojoPortal.Web.dll
mojoPortal.Features.UI.dll
mojoPortal.Net.dll
/ContactForm/MessageListDialog.aspx
/ClientScript/jqmojo/jquery.layout.min.js

Best,

Joe

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