[CLOSED] More broken layout with Neptune theme

  1. #1

    [CLOSED] More broken layout with Neptune theme

    Hey guys

    i Guess continues to this http://forums.ext.net/showthread.php...theme-in-extjs

    here is another broken layout with Neptune happens in chrome

    Click image for larger version. 

Name:	Broken.jpg 
Views:	82 
Size:	39.0 KB 
ID:	5927

    code

        if (Ext.isChrome) {
            Ext.Msg.show({
                title: "UnSupported browser",
                msg: "You are using an unsupported browser, please consider upgrading as not all functions are supported by your browser;",
                animateTarget: App.linkProfile, buttons: Ext.Msg.OK, icon: Ext.MessageBox.ERROR
            });
        }
    Last edited by Daniil; Apr 02, 2013 at 4:11 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Couldn't reproduce with Ext.NET trunk and the following example.

    <%@ Page Language="C#" %>
    
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET Examples</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" Theme="Neptune">
                <Listeners>
                    <DocumentReady Handler="
                        Ext.Msg.show({
    						title: 'UnSupported browser',
    						msg: 'You are using an unsupported browser, please consider upgrading as not all functions are supported by your browser;',
    						buttons: Ext.Msg.OK, 
                            icon: Ext.MessageBox.ERROR,
                            animateTarget: Ext.getBody(),
    					});
                        "></DocumentReady>
                </Listeners>
            </ext:ResourceManager>
    
        </form>    
    </body>
    </html>

Similar Threads

  1. Replies: 15
    Last Post: Feb 11, 2013, 11:32 PM
  2. Replies: 3
    Last Post: Nov 12, 2012, 10:35 AM
  3. Broken Layout after upgrade to 1.3
    By PetrSnobelt in forum 1.x Help
    Replies: 2
    Last Post: Mar 07, 2012, 2:36 PM
  4. Broken layout: Spinner in fieldset
    By PetrSnobelt in forum 1.x Help
    Replies: 1
    Last Post: Jun 13, 2011, 4:30 PM
  5. [CLOSED] Spinner Field Broken layout
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Jan 04, 2010, 6:47 AM

Posting Permissions