[OPEN] [#363] Resizer breaks FormPanel layout when a Field is resized beyond FormPanel boundaries

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#363] Resizer breaks FormPanel layout when a Field is resized beyond FormPanel boundaries

    On the following example
    Click image for larger version. 

Name:	K01.png 
Views:	47 
Size:	6.2 KB 
ID:	7103

    Resize C Field beyond FormPanel's south boundary
    Click image for larger version. 

Name:	K02.png 
Views:	11 
Size:	6.3 KB 
ID:	7104

    The FormPanel's ScrollBar is shown
    Click image for larger version. 

Name:	K03.png 
Views:	11 
Size:	6.9 KB 
ID:	7105

    Resize the C Field again to a smaller size
    Attachment 7106

    FormPanel's layout breaks
    Attachment 7107

    <ext:ResourceManager ID="ResourceManager1" runat="server" />
    <ext:FormPanel ID="FormPanel1" runat="server" LabelWidth="110" AutoScroll="true"
        Width="350" Height="500" BodyPadding="5" Layout="Form">
        <FieldDefaults LabelAlign="Top" />
        <Items>
            <ext:TextField FieldLabel="A" AnchorHorizontal="100%" runat="server" />
            <ext:TextField FieldLabel="B" AnchorHorizontal="100%" runat="server" />
            <ext:TextArea FieldLabel="C" AnchorHorizontal="100%" runat="server">
                <ResizableConfig Handles="South" runat="server" />
            </ext:TextArea>
            <ext:TextField FieldLabel="D" AnchorHorizontal="100%" runat="server" />
            <ext:DateField FieldLabel="E" AnchorHorizontal="100%" runat="server" />
        </Items>
    </ext:FormPanel>
    Last edited by Daniil; Oct 24, 2013 at 3:50 AM. Reason: [OPEN] [#363]

Similar Threads

  1. Replies: 0
    Last Post: Aug 22, 2013, 1:51 PM
  2. Replies: 7
    Last Post: Feb 27, 2012, 11:04 AM
  3. Replies: 0
    Last Post: Nov 17, 2011, 10:53 AM
  4. [CLOSED] MaxWidth on a Field or FormPanel
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 18, 2010, 4:14 PM
  5. formpanel looses layout!!!
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Jan 07, 2010, 4:32 AM

Posting Permissions