Ext.Net does not work under IE9

Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by geoffrey.mcgill View Post
    I can't say we've run into any issues lately. When you view your App or the Examples Explorer in IE9, does it function correctly?
    I have a incompatibility with IE9 , the following buttons cannot be pressed (not redirect)
    Click image for larger version. 

Name:	treenode.PNG 
Views:	76 
Size:	13.3 KB 
ID:	3799

    the component is a TreeNode (EXT.NET 1.2)

    <ext:TreePanel runat="server" Border="false" UseArrows="true" Icon="ArrowRefresh" Title="Actualizadores" ID="tpActualizadores" RootVisible="false" AutoScroll="true">
                                <Listeners>
                                    <Click Handler="if (node.attributes.href) { e.stopEvent(); loadPage(#{tpCenter}, node); } else { node.toggle(); } " />
                                </Listeners>
                                <Root>
                                    <ext:TreeNode Expanded="false">
                                        <Nodes>
                                            <ext:TreeNode Text="Conductor" Icon="UserGrayCool" Href="mnt/mntWebTruck/mntConductor.aspx" />
                                            <ext:TreeNode Text="Patente" Icon="TextTab" Href="mnt/mntWebTruck/mntPatente.aspx" />
                                            <ext:TreeNode Text="Usuario" Icon="User" Href="mnt/mntWebTruck/mntUsuario.aspx" />
                                            <ext:TreeNode Text="Anular Viaje" Icon="LorryDelete" Href="mnt/mntWebTruck/mntViajes.aspx" />
                                            <ext:TreeNode Text="Tipo de Vuelta" Icon="Map" Href="mnt/mntWebTruck/mntTipoVuelta.aspx" />
                                            <ext:TreeNode Text="Tipo de Gasto" Icon="Coins" Href="mnt/mntWebTruck/mntTipoGasto.aspx" />
                                            <ext:TreeNode Text="Guía" Icon="Attach" Href="mnt/mntWebTruck/mntGuia.aspx" />
                                            <ext:TreeNode Text="Grupo Transporte" Icon="Group" Href="mnt/mntWebTruck/mntGrupoTransporte.aspx" />
                                            <ext:TreeNode Text="Cía. Transporte" Icon="Car" Href="mnt/mntWebTruck/mntCiaTransporte.aspx" />
                                            <ext:TreeNode Text="Ingreso de Tramos" Icon="ScriptGo" Href="mod/rep/Tramos.aspx" />
                                            <ext:TreeNode Text="Edición Costo Guía" Icon="NewBlue" Href="mnt/mntWebTruck/ValorGuia.aspx" />
                                        </Nodes>
                                    </ext:TreeNode>
                                </Root>
                            </ext:TreePanel>
    Last edited by cmujica; Feb 02, 2012 at 4:40 PM. Reason: error
  2. #12
    I have a incompatibility with IE9 , the following buttons cannot be pressed (not redirect)
    Do you mean the tabs are not opened?

    Any errors, exceptions?

    Does it work with other browsers?

    Can you provide a full sample to reproduce the problem?
  3. #13
    Quote Originally Posted by Daniil View Post
    Do you mean the tabs are not opened?

    Any errors, exceptions?

    Does it work with other browsers?

    Can you provide a full sample to reproduce the problem?

    application currently works, maybe the IE9 was updated

    thank you
  4. #14
    Thanks for the update.

    Please feel free to report if you will face any bugs.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. ClientValidation not work
    By threewonders in forum 1.x Help
    Replies: 2
    Last Post: May 18, 2011, 2:46 PM
  2. MVC Ext.Net isn't work
    By flaviodamaia in forum Bugs
    Replies: 2
    Last Post: Jun 30, 2010, 4:44 PM
  3. FileUploadField can't work
    By Fresh.Killer in forum 1.x Help
    Replies: 1
    Last Post: Dec 07, 2009, 8:26 AM
  4. Replies: 2
    Last Post: Mar 16, 2009, 1:50 PM
  5. can not get DataSourceProxy to work
    By styx in forum 1.x Help
    Replies: 2
    Last Post: Jan 31, 2009, 12:19 PM

Tags for this Thread

Posting Permissions