[CLOSED] MsgTarget issue?

  1. #1

    [CLOSED] MsgTarget issue?

    Could you explain me why following textoxes are rendered so diferently?
    <ext:Container runat="server" Layout="hbox">
            <Items>
                <ext:Panel ID="Panel1" runat="server" Frame="True">
                    <Items>
                        <ext:TextField runat="server" ID="txtHTS" FieldLabel="HTS" AllowBlank="False" BlankText="xxx"
                            IndicatorIcon="none" MsgTarget="Under" />
                        <ext:TextField runat="server" ID="TextField1" FieldLabel="HTS" AllowBlank="False"
                            BlankText="xxx" IndicatorIcon="none" />
                    </Items>
                </ext:Panel>
                <ext:Panel ID="Panel2" runat="server" Frame="True">
                    <LayoutConfig>
                        <ext:VBoxLayoutConfig Align="Stretch"/>
                    </LayoutConfig>
                    <Items>
                        <ext:TextField runat="server" ID="TextField2" FieldLabel="HTS" AllowBlank="False"
                            BlankText="xxx" IndicatorIcon="BulletRed" MsgTarget="Under"  />
                        <ext:TextField runat="server" ID="TextField3" FieldLabel="HTS" AllowBlank="False"
                            BlankText="xxx" IndicatorIcon="none" />
                    </Items>
                </ext:Panel>
            </Items>
        </ext:Container>
    The first textbox has 10 pixels in width, second one is normal
    The only difference is MsgTarget, once that is fixed they are rendered to equal size
    Last edited by Daniil; Jun 18, 2013 at 4:02 AM. Reason: [CLOSED]
  2. #2
    Hello!

    I don't see any unexpected behavior with our trunk. Can you update from trunk? Also, can you say what browser do you use?

    Click image for larger version. 

Name:	1.PNG 
Views:	17 
Size:	2.5 KB 
ID:	6360
    Last edited by Baidaly; Jun 15, 2013 at 12:04 AM.
  3. #3

    Solved

    Sorry for late answer, you are right it works fine on latest
    it does not work on 2.0 version ( about half a year old download), attached picture highlights original problemClick image for larger version. 

Name:	Capture.PNG 
Views:	15 
Size:	1.6 KB 
ID:	6423
  4. #4
    Thank you for the confirmation!

Similar Threads

  1. Replies: 3
    Last Post: Dec 05, 2012, 1:38 PM
  2. tabpanel in forpanel and wrong MsgTarget
    By threewonders in forum 1.x Help
    Replies: 2
    Last Post: May 14, 2012, 7:32 AM
  3. Replies: 7
    Last Post: Apr 18, 2012, 4:19 PM
  4. [CLOSED] Pecilluar issue in the DropDown, UI Issue
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 22, 2012, 12:02 PM
  5. [CLOSED] Need PanelField w/markInvalid() & MsgTarget support
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 31, 2010, 6:48 PM

Posting Permissions