[FIXED] [#1649] Login window display issue on IE only (all version 11 - 10 - 9 - 8)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1649] Login window display issue on IE only (all version 11 - 10 - 9 - 8)

    The Login Form Example is not loading on IE (Edge and Chrome worked fine) , this problem exists also in versions 4.8.2 and 4.8.1 and 4.8.0 (works on 4.7.1)

    check the attached images

    
    
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        
        <meta http-equiv="X-UA-Compatible" content="IE=8, IE=9, chrome=1"/>
        <title>Login Form - Ext.NET Examples</title>
    
    </head>
    <body>
        <ext:ResourceManager runat="server" />
    
        <ext:Viewport runat="server">
            <LayoutConfig>
                <ext:VBoxLayoutConfig Align="Center" Pack="Center" />
            </LayoutConfig>
            <Items>
                <ext:FormPanel
                    runat="server"
                    Title="Login"
                    Width="400"
                    Frame="true"
                    BodyPadding="13"
                    DefaultAnchor="100%">
                    <Items>
                        <ext:TextField
                            runat="server"
                            AllowBlank="false"
                            FieldLabel="User ID"
                            Name="user"
                            EmptyText="user id" />
    
                        <ext:TextField
                            runat="server"
                            AllowBlank="false"
                            FieldLabel="Password"
                            Name="pass"
                            EmptyText="password"
                            InputType="Password" />
    
                        <ext:Checkbox runat="server" FieldLabel="Remember me" Name="remember" />
                    </Items>
                    <Buttons>
                        <ext:Button runat="server" Text="Register" />
                        <ext:Button runat="server" Text="Login" />
                    </Buttons>
                </ext:FormPanel>
            </Items>
        </ext:Viewport>
    </body>
    </html>
    Click image for larger version. 

Name:	Err in Console .PNG 
Views:	80 
Size:	12.7 KB 
ID:	25277Click image for larger version. 

Name:	Err in Console 2 .PNG 
Views:	107 
Size:	70.4 KB 
ID:	25278
    Last edited by fabricio.murta; Aug 23, 2019 at 9:30 PM.
  2. #2
    Hello @geovision!

    You got us in this one! It seems we've accidentally introduced some calls in recent fixes, that are not compatible with legacy browsers, but that have drop-in replacements we can fix.

    We've logged this under issue #1649 and will post back here as soon as we get that fixed for the next public Ext.NET release.

    Thanks for the report!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    ...and we just fixed it!

    This will make it to the next public Ext.NET release, be it another preview/prerelease or final, whichever comes first!..
    Fabrício Murta
    Developer & Support Expert
  4. #4
    We have just pushed Ext.NET 4.8.3 to NuGet, including the fix to this Internet Explorer compatibility!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 3
    Last Post: Mar 18, 2019, 2:11 PM
  2. Replies: 4
    Last Post: Jan 12, 2016, 4:17 PM
  3. Issue Regarding to open a window in New Tab
    By Roshan in forum 1.x Help
    Replies: 0
    Last Post: Aug 06, 2012, 3:06 PM
  4. display issue on Parent/Child window
    By egodoy in forum 1.x Help
    Replies: 1
    Last Post: Mar 24, 2009, 5:02 PM

Posting Permissions