SQL CE - jQuery issue

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.
8/8/2011 11:10:07 AM
Gravatar
Total Posts 51

SQL CE - jQuery issue

Hi Joe,

I think it's SQL CE 2.3.6.7 problem, otherwise many people would report this bug until now. Or I do something wrong.

I write the code below after Scriptmanager in layout.master. Then in Html Content Module I add rel="cbResim" by image links for using colorbox.

<script type="text/javascript">
        $(document).ready(function () {
            //How to assign the ColorBox event to elements
            $("a[rel='cbResim']").colorbox();
        });
</script>

If I logged in as administrator everything works fine but if I logged out or logged in only as authenticated user jquery doesn't work, I mean it opens a new window and the image is to see on top-left by browser screen.

The same issue is by JCarousel. This plugin doesn't work if I am only a user by web site or logged in as normal user. Logged in as administrator everything works fine.

By other jQuery plugins (they are not integrated by mojoPortal), I don't experience this issue.

Thanks,
Erhan

8/8/2011 11:21:49 AM
Gravatar
Total Posts 51

Re: SQL CE - jQuery issue

Hi again,

Problem solved when I added IncludeColorBox="true" in portal:ScriptLoader by layout.master. Now the colorbox and jcarousel works fine.

Is that the right solution because it was not necessary by 2.3.6.6? 

Best,
Erhan
 

8/8/2011 12:08:45 PM
Gravatar
Total Posts 18439

Re: SQL CE - jQuery issue

Hi Erhan,

When did you download version 2.3.6.7? If it was prior to July 20, then you should download it again and replace the files:

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

There were a few bug fixes after the initial release and the above mentioned files were patched too fix them.

And thank you very much for the beers! Very appreciated as always.

Best,

Joe

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