Problems with IE9 after update to 2.3.9.0

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.
9/5/2012 1:28:38 PM
Gravatar
Total Posts 30

Problems with IE9 after update to 2.3.9.0

We are on a Windows Server 2003, IIS 6 platform running SQL 2003.

We are not using any custom code. We have updated the theme.skin file with the one from the extra skins folder.

After upgrading to version 2.3.9.0 we are having the following problems with our sites:

- The formatting does not display properly and all the columns are all shifted to the right hand side of the screen.

- Some of the sites do display properly but when you hover over one of the top navigation menu items the page goes blank

- The content headers are blown out of proportion and are enormous, which messes up the formatting.

However, all of this goes away if we run IE9 in compatability mode.

Help?

 

 

9/5/2012 1:55:37 PM
Gravatar
Total Posts 2239

Re: Problems with IE9 after update to 2.3.9.0

Hi Max,

For design issues see the article Important Skin Changes, it should help you get things fixed.

Can you post links to the site(s) with the issues? 
Are you using .NET 3.5 or .NET 4? 
Are you using the multiple sites feature of mojoPortal or does each site have it's own codebase and database?

Thanks,
Joe D.

 

9/5/2012 2:24:39 PM
Gravatar
Total Posts 30

Re: Problems with IE9 after update to 2.3.9.0

Joe,

We went through the Important Skin Changes post and the one thing I can't find is where to change the divLeft, divCenter, and divRight (and divAlt1 and divAltContent2) from <asp:Panel to <portal:LayoutPanel. This may have something to do with it.

We are running .NET 4.0 and all of the sites share a common database.

Sites with issues are:

- http://www.davenportridge.org/home.aspx

- http://www.westovermagnet.org/

- http://www.cloonanms.org/

- http://www.westhillweb.com/home.aspx

Thanks

9/6/2012 8:28:54 AM
Gravatar
Total Posts 30

Re: Problems with IE9 after update to 2.3.9.0

 

Joe,

Any ideas on this? We are in a bad way as lots of our sites are completely messed up.

Can we work with you directly on a solution?

Thanks

9/6/2012 8:41:05 AM
Gravatar
Total Posts 18439

Re: Problems with IE9 after update to 2.3.9.0

you could force IE 9 to use compatibility mode with a meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=8" >

if you'd like to zip up one of the problem skins and email it to me I can take a look and see if anything jumps out at me in terms of things that needed to be updated joe dot audette at g mail dotcom

Best,

Joe

9/25/2012 10:21:46 AM
Gravatar
Total Posts 30

Re: Problems with IE9 after update to 2.3.9.0

Where do i put this statement? In which file?

Thanks

9/25/2012 10:24:06 AM
Gravatar
Total Posts 18439

Re: Problems with IE9 after update to 2.3.9.0

Meta elements go inside the <head element in layout.master file of your skin

9/25/2012 10:36:26 AM
Gravatar
Total Posts 30

Re: Problems with IE9 after update to 2.3.9.0

Joe,

We did that and the site is still misbehaving. www.ktmurphy.org

when you move the mouse across the menue items the content dissapears.

9/25/2012 10:49:50 AM
Gravatar
Total Posts 18439

Re: Problems with IE9 after update to 2.3.9.0

Possible factors:

You've got meta elements forcing IE 7 compatibility not IE 8, IE 7 is bad news and very few people use it. I would remove that. You actually have it in 2 places, make sure you remove both of them and then if needed try the IE 8 meta.

Your skin looks like it is based on a modified skin made in artisteer 2.4 which is very old. Artisteer doesn't provide support for designs modified outside of Artsiteer and neither do I, its very difficult to provide such support. If you are actually using Artisteer to make the designs I would highly recommend upgrading to a newer version of Artisteer, ie currently Artisteer 4 RC 2 is available and we have a plugin that can directly export a skin.

The Google translate widget has been known to cause layout problems, I would try removing that and see if it makes a difference or not.

Hope that helps,

Joe

 

 

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