IE9 display abnormal

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.
3/28/2011 8:50:19 AM
Gravatar
Total Posts 5

IE9 display abnormal

I downloaded and installed the latest version. when i try to run it under ie9 found some problem

#1 the tab effect couldn't work, just display long list at whole page.

#2 when i try to upload & browse file list under HTML editor, i couldn't found the whole file tree list within the popup windows.

any idea?

3/29/2011 2:16:48 PM
Gravatar
Total Posts 18439

Re: IE9 display abnormal

we have a new release coming out tomorrow, maybe it will work better for you.

Do you experience any problem using IE 9 on our demo site?

4/1/2011 4:29:29 AM
Gravatar
Total Posts 5

Re: IE9 display abnormal

yes, i had update my mojo to lastest release, but the problem still.

when i try to upload img by FckEditor and click "browse server" there is only have root i couldn't see the full file tree.

 

 

4/2/2011 7:39:59 AM
Gravatar
Total Posts 18439

Re: IE9 display abnormal

FCKeditor is a legacy product no longer actively developed, the newer CKeditor is actively developed. I've found that using FCKeditor in IE 9 the browser server dialog does not work at all and throws errors in the IE 9 developer tools console. I don't know if they will ever release a new version of FCKeditor with a fix for this. It works fine in CKeditor.

On the demo site the editor file system is configured to only allow browsing the /Data/Sites/[SiteID]/media folder by this setting:

<add key="ForceAdminsToUseMediaFolder" value="true" />

possibly you have the same setting in your installation.

Hope it helps,

Joe

4/4/2011 3:07:32 AM
Gravatar
Total Posts 5

Re: IE9 display abnormal

Hi Joe,

it's look some problem when mojo load jquery.js from google.api.

i had change the web.config as below

     <add key="jQueryBasePath" value="~/ClientScript/jquery142/"/>
      <add key="jQueryUIBasePath" value="~/ClientScript/jqueryui182/"/>

and download js&css file to local

file tree as below

   Web\ClientScript\jquery142\jquery.min.js

   Web\ClientScript\jqueryui182\jquery-ui.min.js

   Web\ClientScript\jqueryui182\themes\south-street\jquery.ui.all.css

but now the problem is that when i try to access site/Admin/SiteSettings.aspx. the multi-tab effect is gone. looks i forget download some js or css file?

please help.

 

thanks

4/4/2011 7:02:35 AM
Gravatar
Total Posts 18439

Re: IE9 display abnormal

you should use the IE 9 developer tools (F 12) and check if any of the css or js is resulting in a 404 and if so check the url and correct the paths.

jquery is loaded by the browser not the server so as long as your browser has internet access it should work fine using the google CDN for jquery which we do by default.

to self host the jquery files you would also need

<add key="UseGoogleCDN" value="false"/> 

Hope it helps,

Joe

 

4/4/2011 7:54:55 AM
Gravatar
Total Posts 5

Re: IE9 display abnormal

it's working for my ie9

i'm from china, maybe gfw make the googleapi site work unusual for  me.

 

thanks a lot!

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