[CLOSED] Portal Deluxe not shows Scroll bar in IE 8.0

  1. #1

    [CLOSED] Portal Deluxe not shows Scroll bar in IE 8.0

    Hi

    I have looked into this example in IE 8.0, when I move "Panel 2" and "Another Panel 2" both to "Google Search" Column, i am not able to view Part of the Content, also there is no scroll bar, but in IE 7.0 i get the scroll bar.

    https://examples1.ext.net/#/Portal/Basic/Deluxe/
    Last edited by geoffrey.mcgill; Feb 09, 2011 at 5:10 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I have tested it under IE6, IE7, IE8, FF 3.6.13 and Chrome 9. Scrollbar appears under IE7 only.

    We are investigating.
  3. #3
    Well,

    Scrollbar should not appear by default.

    Please set FitHeight="false" for Partal's layout.

    Example
    <ext:Portal 
        ID="Portal1" 
        runat="server" 
        Border="false" 
        BodyStyle="background-color: transparent;"
        Layout="Column">
        <LayoutConfig>
            <ext:ColumnLayoutConfig FitHeight="false" />
        </LayoutConfig>
        ...
    </ext:Portal>
  4. #4

    Portal Deluxe not shows Scroll bar in IE 8.0

    hi Daniil:

    My coolite version is 0.8 and in Portal Control i dont have "LayoutConfig" please help me out for 0.8 version.


    Quote Originally Posted by Daniil View Post
    Well,

    Scrollbar should not appear by default.

    Please set FitHeight="false" for Partal's layout.

    Example
    <ext:Portal 
        ID="Portal1" 
        runat="server" 
        Border="false" 
        BodyStyle="background-color: transparent;"
        Layout="Column">
        <LayoutConfig>
            <ext:ColumnLayoutConfig FitHeight="false" />
        </LayoutConfig>
        ...
    </ext:Portal>
  5. #5
    Please clarify what exactly toolkit's version do you use?

    I tested the exact code from Coolite 0.8.2 Examples sources and scrollbars appears under IE8 and FF 3.6.13 without any changes.
    Last edited by Daniil; Feb 08, 2011 at 7:53 AM. Reason: Added 0.8.2 version
  6. #6

    Portal Deluxe not shows Scroll bar in IE 8.0

    Hi Daniil:

    My coolite version is 0.8 and in Portal Control i dont have "LayoutConfig" please help me out for 0.8 version.


    Quote Originally Posted by Daniil View Post
    Please clarify what exactly toolkit's version do you use?

    I tested the exact code from Coolite Examples sources and scrollbars appears under IE8 and FF 3.6.13 without any changes.
  7. #7
    Quote Originally Posted by speedstepmem3 View Post
    Hi Daniil:

    My coolite version is 0.8 and in Portal Control i dont have "LayoutConfig" please help me out for 0.8 version.
    You should be able to just set the FitHeight="false" property on the <ext:ColumnLayout> Component.

    The LayoutConfig configuration was introduced in v1.0.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. How to make the portal scroll bar at the top
    By jy00882735 in forum 2.x Help
    Replies: 1
    Last Post: Aug 16, 2012, 11:41 AM
  2. [CLOSED] Portal scroll - code behind
    By alainfo in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 24, 2012, 2:49 PM
  3. How to create a Deluxe Portal at run time ?
    By SaMaRZe in forum 1.x Help
    Replies: 6
    Last Post: May 14, 2010, 2:19 PM
  4. Adding Widget in Coolite Example Deluxe.
    By sunilaecs in forum 1.x Help
    Replies: 0
    Last Post: Apr 21, 2009, 6:08 AM
  5. deluxe portal examples improved
    By manelj in forum 1.x Help
    Replies: 0
    Last Post: Oct 19, 2008, 3:47 AM

Posting Permissions