[CLOSED] FileUploadField in FormPanel causes other buttons to be unclickable

  1. #1

    [CLOSED] FileUploadField in FormPanel causes other buttons to be unclickable

    Hi, I'm using ExtJS 4.2.0.489. Running the example below causes the buttons on the toolbar in the FormPanel to not work. I think there is an issue with FileUploadField.

    <html>
    <head id="Head1" runat="server">
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" ScriptMode="Debug" Theme="Gray"
            DisableViewState="true" />
         <ext:Panel runat="server" ID="pnls" Title="Panels" Width="400" Height="500" Layout="VboxLayout">
            <TopBar>
                <ext:Toolbar>
                    <Items>
                        <ext:Button runat="server" Text="Button 1">
                        </ext:Button>
                        <ext:FileUploadField runat="server" ButtonOnly="true" ButtonText="File Upload">
                        </ext:FileUploadField>
                    </Items>
                </ext:Toolbar>
            </TopBar>
        </ext:Panel>
        </form>
    </body>
    </html>
    Last edited by Daniil; Mar 04, 2013 at 6:07 PM. Reason: [CLOSED]
  2. #2
    Hi @stratadev,

    Thank you for the report.

    I think it duplicates this one.
    http://forums.ext.net/showthread.php?23718
  3. #3
    Hello!

    The issue appears to be fixed in the SVN trunk. Please update.

Similar Threads

  1. [CLOSED] [#155] FileUploadField in toolbar breaks other buttons
    By jchau in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 31, 2013, 4:34 PM
  2. [CLOSED] [MVC Razor] FileUploadField with FormPanel
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2012, 4:57 PM
  3. [CLOSED] FormPanel and FileUploadField: Access denied in IE9
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 12, 2012, 10:45 AM
  4. Replies: 0
    Last Post: Nov 17, 2011, 10:53 AM
  5. [CLOSED] FormPanel and FileUploadField
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 13, 2011, 10:49 PM

Tags for this Thread

Posting Permissions