Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: 3.x Pre-release forums (retired) > Missing Scroll bars on Page Edit

Missing Scroll bars on Page Edit

  • Posted on Feb 9, 2007 (permalink)

    I dont know if anyone else has encountered this but on editing a page I am missing the scroll bar to move the page down. Is this a configuration I need to adjust or an issue with the page template.

    Any help would be appreciated.


    thanks,
    eric

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Feb 9, 2007 (permalink)

    Hello Eric,

    Please make sure you have added
    the div with class="cmsWrapper" in your master page. It's our requirement for preparing master pages and we have put it in the User Manual>Templates>Master Pages and Templates Overview. Without this div wrapping all your content, you will get problems like the one you reported. There might even be bigger issues when a custom layout is realized by absolute positioning.

    For the final release we will try to automatize the adding of this div but for now you need to add it manually. Sorry for the inconvenience.


    Sincerely yours,
    Rebecca
    the telerik team

    Reply

  • Posted on Jul 6, 2007 (permalink)

    Hi,

    I have this same issue.  I've now put such a div around my content, but it didn't help, at least not in IE7.  Here's my template...

    <body> 
    <sf1:CmsForm id="cmsForm" runat="server">  
      <asp:Label ID="lblStyleSheet" runat="server" Text="<link href='/common/IE7.css' type='text/css' rel='stylesheet' />" /> 
      <div id="cmsWrapper">  
        <div id="page_wrapper"> ... </div> 
      </div> 
    </sf1:CmsForm>   
    </body> 

    Any suggestions?

    Thanks

    Ben

    Reply

  • Posted on Jul 7, 2007 (permalink)

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: 3.x Pre-release forums (retired) > Missing Scroll bars on Page Edit