Editing Content Forces other panes to hide?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/24/2012 3:00:22 PM
Gravatar
Total Posts 199

Editing Content Forces other panes to hide?

I am working with version: 2.3.9.0 (compiled version)

I have a three column site and when I click edit on any one of the panes to edit the HTML content feature then all other panes hide only showing the one I am editing.  In the previous version all panes stayed in view.

I am using a custom skin and have the following set for the stylesheetCombiner:

<portal:StyleSheetCombiner id="StyleSheetCombiner" runat="server" JQueryUIThemeName="base" UseIconsForAdminLinks="false"  HideEmptyAlt1="false" HideEmptyAlt2="false" AlwaysShowLeftColumn="true" />

Is that new functionality in this version?  Is there a setting to keep panes in view?

I went through the docs and did my best to make sure I have all the new settings and configs for this new version, but I am starting to think I am missing something.

Any help is appreciated as always.

7/25/2012 8:08:42 AM
Gravatar
Total Posts 18439

Re: Editing Content Forces other panes to hide?

Nothing has changed in that regard. We've never shown cms content on the edit pages. You can make the columns take up their space but it won't render any side content from the cms page there. You already have AlwaysShowLeftColumn so that should be working but if you want the right one too then you need to add AlwaysShowRightColumn="true"

You didn't mention what version you upgraded from, but there have not been any changes related to this for a while.

Hope that helps,

Joe

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