[CLOSED] [#191] Portlet collapse broken after update from SVN

  1. #1

    [CLOSED] [#191] Portlet collapse broken after update from SVN

    This been working fine but got latest a couple of days ago and it is now broken. If you collapse a portlet, UI looks weird and there's no way to expand it back.

    <body>
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" ScriptMode="Debug" Theme="Gray"
            DisableViewState="true" />
        <ext:Viewport ID="Viewport1" runat="server" Layout="FitLayout">
            <Items>
                <ext:Portal runat="server">
                    <Items>
                        <ext:PortalColumn runat="server">
                            <Items>
                                <ext:Portlet runat="server" Title="Test" MinHeight="100" Collapsible="true" Html="Test Test Test">
                                    <Items>
                                    </Items>
                                </ext:Portlet>
                            </Items>
                        </ext:PortalColumn>
                    </Items>
                </ext:Portal>
            </Items>
        </ext:Viewport>
        </form>
    </body>
    Last edited by Baidaly; May 30, 2013 at 6:26 AM. Reason: [CLOSED]
  2. #2
    Hello!

    You should use Height instead of MinHeight.
  3. #3
    I need to use MinHeight because the content can have a height higher than what I specified for MinHeight. And setting minheight has nothing to do with portlet collapsing...
  4. #4
    This thread solved my issue. This is still a legit bug with minheight but at least I have a workaround now.

    http://www.sencha.com/forum/showthread.php?260240
  5. #5
    Hello,

    I would also considered it a bug. A Portal uses a Column layout. My test case here covers this case as well.
    http://www.sencha.com/forum/showthread.php?260680

    Let's wait what Sencha think about this issue.
  6. #6
    Sencha opened a bug. We created an Issue to track this defect.
    https://github.com/extnet/Ext.NET/issues/191
  7. #7
    The issue appears to be fixed in the SVN trunk. Please update.

Similar Threads

  1. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  2. expand/collapse all portlet on the form
    By boroda in forum 1.x Help
    Replies: 2
    Last Post: Jun 17, 2011, 5:32 PM
  3. Replies: 4
    Last Post: Apr 08, 2010, 8:05 PM
  4. Replies: 0
    Last Post: Mar 03, 2010, 9:51 AM
  5. [CLOSED] Portlet collapse error
    By danielg in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 21, 2009, 5:00 AM

Posting Permissions