Accoridan Layout behaviour

  1. #1

    Accoridan Layout behaviour

    Hi

    I have an Accordian and have an issue where if a user clicks the title bar of two different components quickly i.e. Before the other one has finished expanding. Then both will be displayed one of half the avail. area and the other the other half of the area.

    Is this supposed to happen? I don't think this is right? I thought setting "multi" to false would fix this but it hasnt?

    Any suggestions?

    To replicate please copy run the follwing code and then click on "Something 3" and then quickly "Something 4" (while 3 is still expanding). You will end up with both 3 and 4 being shown

    <ext:Container ID="pnlAccordian" runat="server" Layout="AccordionLayout" Region="Center" Cls="charges-accordian" Width="600" Height="1000">
                <LayoutConfig>
                    <ext:AccordionLayoutConfig Multi="false" />
                </LayoutConfig>
                <Items>
                    <ext:Panel runat="server" Html="Something 1" Title="Something 1"/>
                    <ext:Panel runat="server" Html="Something 2" Title="Something 2"/>
                    <ext:Panel runat="server" Html="Something 3" Title="Something 3"/>
                    <ext:Panel runat="server" Html="Something 4" Title="Something 4"/>
                </Items>
            </ext:Container>
  2. #2
    Have been advised this is a bug in Extjs (previously reported).

Similar Threads

  1. Replies: 4
    Last Post: Jun 19, 2013, 11:09 AM
  2. [1.0] Bug or change in enter key behaviour
    By plykkegaard in forum Bugs
    Replies: 3
    Last Post: Feb 15, 2011, 8:29 AM
  3. Strange behaviour in markup
    By Paul D in forum 1.x Help
    Replies: 1
    Last Post: Nov 09, 2010, 12:27 PM
  4. FileUploadField button behaviour
    By Neil_Walters in forum 1.x Help
    Replies: 1
    Last Post: Feb 01, 2010, 10:27 AM
  5. [CLOSED] EventMask behaviour
    By Pablo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 28, 2009, 8:09 AM

Posting Permissions