[FIXED] [#1355] [4.1.0] Error getFocusEl is null

  1. #1

    [FIXED] [#1355] [4.1.0] Error getFocusEl is null

    Hello,
    see my example, if I click on 'test' into the link I get the error.
    Thank you

    Jimmy

    <%@ Page Language="C#" %>
    
    
    <!DOCTYPE html>
    
    
    <html>
    <head runat="server">
        <title></title>
      
    </head>
    <body>
        <ext:ResourceManager runat="server" />
    
    
        <ext:TabPanel
                ID="tabPanelDevice"
                IDMode="Static"
                runat="server">
                <TabBar>
                    <ext:ToolbarFill ID="tbPanelDeviceFill1" runat="server" />
                        <ext:Container
                            ID="ctnTabBar" runat="server" 
                            >
                            <Content>
                                    <a href="#" id="aBtnWizardAllarmi" onclick="alert('prova');">
                                        test
                                    </a>
                    
                            </Content>
                        </ext:Container>
                    </TabBar>
                <Items>
                    <ext:Panel
                        ID="tabStato"
                        IDMode="Static"
                        runat="server"
                        Border="false"
                        Flex="1"
                        MaintainFlex="true"
                        Width="740"
                        Title="Stato"
                        MarginSpec="10px 0px 0px 0px">
                    </ext:Panel>
                </Items>
            </ext:TabPanel>
    </body>
    </html>
    Last edited by fabricio.murta; Jan 05, 2017 at 11:10 PM.
  2. #2
    Hello!

    Thanks for reporting the issue! We've logged it under #1355 and will update here as soon as we fix it!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello!

    Good news, couldn't reproduce this issue after merging ExtJS 6.2.1 to Ext.NET!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 2
    Last Post: Jun 16, 2016, 3:48 PM
  2. error in EXT.JS Me.InputEl.Dom is null
    By arjunsurendra in forum 4.x Help
    Replies: 0
    Last Post: May 18, 2016, 3:06 PM
  3. IE7 and Ext.fly() is null error
    By cicaglisa in forum 1.x Help
    Replies: 0
    Last Post: Jan 14, 2014, 9:05 AM
  4. [OPEN] [#29] Error "tagName is null"
    By xeo4.it in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 16, 2012, 11:25 PM
  5. Replies: 1
    Last Post: Sep 22, 2012, 8:08 PM

Posting Permissions