Adding Host Name Mappings causes pages start growing vertically, IE6/7

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.
4/8/2008 5:03:37 AM
Gravatar
Total Posts 43

Adding Host Name Mappings causes pages start growing vertically, IE6/7

Hi,

With a fresh install of 2.2.5.2 (SQl Server) on windows server 2003, browsing mojportal using both IE6 and IE7 I am noticing an odd behaviour with the (Administration Menu > Site Settings) host name mappings page.

After adding a host name mapping the page constantly increases in vertical size at about 16.6 pixels per second. One has to chase the save button down the screen to press it. After the footer and save button disappear off screen the page still increases in size, causing the scroll bar slider to get smaller and smaller.

Once a host name mapping has been added, viewing the page again shows the resizing to be still present.

Viewing the (Administration Menu > Site Settings) Features and WebParts tabs of a child site with host name mappings, the pages all exhibit the size growing.

Kind regards,

Kenny

4/8/2008 6:03:17 AM
Gravatar
Total Posts 18439

Re: Adding Host Name Mappings causes pages start growing vertically, IE6/7

I have never seen this.

Does changing to a different skin have any effect on the problem?

Which skin are you using?

Thanks,

Joe

4/8/2008 6:28:41 AM
Gravatar
Total Posts 43

Re: Adding Host Name Mappings causes pages start growing vertically, IE6/7

Hi Joe,

This happens with businessone, bluespring, colorpencils, 5contentpanes (only the "Host Name Mapping" tab grows, "Features" and "Webparts" behave normally).

I don't have time to exhaustively test the other skins, but I notice that this problem is not present in the extjsViewport1 skin.

Kind regards,

Kenny

4/8/2008 6:52:08 AM
Gravatar
Total Posts 18439

Re: Adding Host Name Mappings causes pages start growing vertically, IE6/7

Hi Kenny,

Thanks for letting me know, I am able to reproduce this on my machine.

Its actually kind of fascinating how it grows, I don't know if I could do that on purpose :-)

I do test in IE but not exhaustively so hadn't seen this before as it doesn't happen in Firefox which I use mainly.

I'll see what  I can do to fix this.

Best,

Joe

4/8/2008 7:19:53 AM
Gravatar
Total Posts 18439

Re: Adding Host Name Mappings causes pages start growing vertically, IE6/7

Hi,

You can fix it by editing the IE7Specific.css and IE6Specific.css and adding this:

.minheightpanel { min-height:0px; }

I will fix it in svn but this should help you fix it immediately.

There is also an issue with a little white space that I will fix.

Thanks,

Joe

4/8/2008 7:54:36 AM
Gravatar
Total Posts 43

Re: Adding Host Name Mappings causes pages start growing vertically, IE6/7

Hi Joe,

Thanks for your swift action - I'll make the updates to my mojoPortal.

Best Regards,

Kenny

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