[CLOSED] [1.0] Note on text field makes it disregard Width/AnchorHorizontal

  1. #1

    [CLOSED] [1.0] Note on text field makes it disregard Width/AnchorHorizontal

    Since a few weeks there's a bug in 1.0: when declaring a note on a text field, it's width gets reduced to a fixed value, disregarding both the Width attribute and the AnchorHorizontal attributes.

    The second text field in the following example is much smaller than the first, while it should be of equal width.

        <ext:Anchor>
            <ext:TextField runat="server" Width="300" />
        </ext:Anchor>
        <ext:Anchor>
            <ext:TextField runat="server" Width="300" Note="Note" />
        </ext:Anchor>
  2. #2

    RE: [CLOSED] [1.0] Note on text field makes it disregard Width/AnchorHorizontal

    Hi,

    Fixed. Please update from SVN
  3. #3

    RE: [CLOSED] [1.0] Note on text field makes it disregard Width/AnchorHorizontal

    Thanks Vladsch, it works perfectly again!

Similar Threads

  1. Replies: 1
    Last Post: Apr 25, 2011, 4:07 AM
  2. [CLOSED] Note Align Not Working in Composite Field
    By alexkay in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 12, 2010, 9:11 PM
  3. Replies: 3
    Last Post: Jul 08, 2010, 8:48 PM
  4. Replies: 0
    Last Post: May 08, 2010, 3:28 AM
  5. [CLOSED] Field Note desn't Hide!
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 09, 2009, 11:32 AM

Posting Permissions