uploaded avatar can't be cropped at Internet Explorer 7 or 8

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/30/2010 10:51:23 PM
Gravatar
Total Posts 3

uploaded avatar can't be cropped at Internet Explorer 7 or 8

Hi all, 

It is so strange that jCrop works fine with IE 7 or 8, but uploaded avatar in mojoPortal can't. 

The uploaded avatar can be cropped in Chrome, Firefox, but not IE. Is there any configuration I need to change?? Or this is a true bug. It is the same at demo.mojoPortal.com.

 

John

 

5/31/2010 6:56:18 AM
Gravatar
Total Posts 18439

Re: uploaded avatar can't be cropped at Internet Explorer 7 or 8

Hi John,

Thanks for the bug report, I see what you mean, the original size image is not displayed in IE. I'm not sure what the cause is yet, but I will look into this.

Best,

Joe

5/31/2010 7:08:39 AM
Gravatar
Total Posts 18439

Re: uploaded avatar can't be cropped at Internet Explorer 7 or 8

Hi John,

I found the problem and solution. To fix it immediately, edit the file /Controls/ImageCropper.ascx

look for this:

<div class="settingrow" ">
<asp:Image ID="imgToCrop" runat="server" />

notice it has an extra quotation on the div after the class name, remove it so it looks like this:

<div class="settingrow">
<asp:Image ID="imgToCrop" runat="server" />

I have made the same change in my copy to fix it for the coming release.

Thanks again,

Joe

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