[CLOSED] Page Layout Issue

Page 2 of 4 FirstFirst 1234 LastLast
  1. #11
    Yes, it appears to be a CSS issue. Setting up
    BodyStyle="position: static;"
    for the Panel fixes issue as well.
  2. #12
    Thank you. I will test both solutions now. Is there any major difference between panel and container that may disturb my layout?
  3. #13
    You will, probably, need to correct this:
    BaseCls="HeaderPanel"
    Looking at the code I can't see any more things which you may need to change.

    Here are some more details about the Container class.
    http://docs.sencha.com/ext-js/3-4/#!/api/Ext.Container

    Actually, if you don't need the Panel features, you 100% can use a Container instead.
  4. #14
    I have not tried the CSS option yet as changing to container has not shown any problem yet but it fixes the issue I was having.

    You are a star mate. Thank you very much.
  5. #15
    Hi,
    Little problem. Scrolling is lost now. IE does not show the scrollbar if I use Container even though there are content below the visible area. As soon as I change back to Panel, scrollbar is shown.
  6. #16
    Is
    AutoScroll="true"
    set up for the Container?
  7. #17
    Thanks for quick reply. AutoScroll was not setup and setting it added the scrolling but messed up the layout.

    There is a ext panel on left which is within this container but does not scroll correctly as you can see in two screenshots.

    Click image for larger version. 

Name:	EXT 1.JPG 
Views:	57 
Size:	59.5 KB 
ID:	4663

    Click image for larger version. 

Name:	EXT 2.JPG 
Views:	57 
Size:	63.1 KB 
ID:	4664
  8. #18
    Please post an ASPX page which I could run in your project and reproduce the issue.
  9. #19
    Sorry that may not be possible because I have a sharepoint page with a master page that has the ext viewport. I then have a page layout in sharepoint which has 4-5 different webparts and each webpart has a separate user control in it. I will try to replicate the problem in my test project. If I manage to do that, I will post it here.
  10. #20
    For the beginning you could post some code snippet with the main layout things. Maybe, we will have some idea may be wrong.
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [CLOSED] layout issue when using RowLayout within column layout
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 11, 2012, 2:40 PM
  2. [CLOSED] Page layout in IFrame and resize issue
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 25, 2011, 8:35 AM
  3. [CLOSED] Page Layout
    By ArcadisUS in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2011, 6:07 PM
  4. [CLOSED] Page layout using layout controls.
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 23, 2010, 12:08 PM
  5. Row and Colum Layout in same page
    By Sameera in forum 1.x Help
    Replies: 2
    Last Post: Jan 13, 2010, 1:27 PM

Posting Permissions