[CLOSED] [#55] FileUploadField Height issue

  1. #1

    [CLOSED] [#55] FileUploadField Height issue

    FileUploadField does not render correctly if it is initially hidden
    <ext:FieldSet runat="server" ID="docFieldSet" Title="Documents" Width="500" Hidden="True" StyleSpec="margin-top:10px;">
        <Content>
            <ext:FileUploadField runat="server" ID="fup"/>
        </Content>
    </ext:FieldSet>
    protected void btn_click(object sender, DirectEventArgs e)
        {
            docFieldSet.Hidden = false;
        }
    result in fileuploadfield button height of zero
    Last edited by Daniil; Mar 14, 2013 at 7:57 AM. Reason: [CLOSED]
  2. #2
    Hi @aisi_it_admin,

    Thank you for the report.

    Please set up this to fix.
    <ext:FileUploadField runat="server">
        <Button runat="server" Height="22" />
    </ext:FileUploadField>
    I reopened the Issue for this.
    https://github.com/extnet/Ext.NET/issues/55
  3. #3
    The issue has been fixed in the SVN trunk. Ext.NET v2.2 release should be soon.

Similar Threads

  1. [CLOSED] FileUploadField layout issue using CardLayout
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jan 14, 2013, 1:09 AM
  2. [CLOSED] FileUploadField issue
    By thaianhduc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 19, 2011, 9:06 AM
  3. [CLOSED] [1.0] FileUploadField timeout issue
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 27, 2010, 5:04 PM
  4. [CLOSED] FileUploadField issue...
    By shahidmughal in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 29, 2010, 3:07 PM
  5. [CLOSED] FileUploadField issue
    By egodoy in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 15, 2009, 12:17 PM

Posting Permissions