Multi Field with Anchor and field notes not working

  1. #1

    Multi Field with Anchor and field notes not working

    I think there is a problem with multifield anchoring when you are using field notes. Please see the following example:

    
    <ext:FormPanel ID="FormPanel1" runat="server" HideLabels="true" MonitorResize="true" Height="500" Padding="5"
                Title="My Form"  >
                <Items>
                    <ext:MultiField AnchorHorizontal="100%" ID="MultiField1" runat="server">
                        <Fields>
                            <ext:TextField AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField2" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField3" AnchorHorizontal="16%" runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField4" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField5" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField6" AnchorHorizontal="16%" runat="server">
                            </ext:TextField>
                        </Fields>
                    </ext:MultiField>
                     <ext:MultiField AnchorHorizontal="100%" ID="MultiField2" runat="server">
                        <Fields>
                            <ext:TextField ID="TextField1" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField7" Note="test" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField8" AnchorHorizontal="16%" runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField9" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField10" AnchorHorizontal="16%"  runat="server">
                            </ext:TextField>
                            <ext:TextField ID="TextField11" AnchorHorizontal="16%" runat="server">
                            </ext:TextField>
                        </Fields>
                    </ext:MultiField>
                </Items>
                <Buttons>
                    <ext:Button ID="Button1" runat="server" Icon="Disk" Text="Submit">
                    </ext:Button>
                </Buttons>
            </ext:FormPanel>
    the
    top multi field renders fine but the bottom one is off. For some
    reason when you add a note to a text field it is adding more pixels (3
    more i think) to the width causing the last field to wrap to the next
    line.
  2. #2

    RE: Multi Field with Anchor and field notes not working

    Hi,

    Fixed and commited to the SVN
  3. #3

    RE: Multi Field with Anchor and field notes not working

    I checked it out last night, works great now!

    Thanks,

    Frank

Similar Threads

  1. Replies: 2
    Last Post: Aug 19, 2011, 1:36 PM
  2. Replies: 1
    Last Post: May 16, 2010, 7:42 PM
  3. Replies: 9
    Last Post: May 05, 2010, 9:31 AM
  4. Editor Field Mapping not working in MVC2?
    By paxos in forum 1.x Help
    Replies: 4
    Last Post: Apr 27, 2010, 11:03 AM
  5. Multi Language Display (Field Lable)
    By phamtuananh20052006 in forum 1.x Help
    Replies: 2
    Last Post: Jun 01, 2009, 2:57 AM

Posting Permissions