[Users] Problem with TreePanel using IE9...

Paul james pauljame at gmail.com
Thu Apr 14 20:55:06 CEST 2011


Hello guys...

My TreePanel isn´t working fine on IE9 ... It is rendered fine, but the
click event didnt fire anything...  It dont check/uncheck the checkboxes
either...

Its working fine on Firefox 3,4, IE8 and Chrome 10...

My TreePanel code:

 MakeTreeView = function () {
    var _tree = new Ext.tree.TreePanel({
       border : false,
       bodyBorder : false,
        renderTo :"divCamada",
        width: 200,
        autoScroll: true,
        loader: new Ext.tree.TreeLoader({
            applyLoader: false
        }),
        root: {
            nodeType: "async",
            children: [
            {
                nodeType: "gx_baselayercontainer",
                expanded: true,
                text: "Google"
            },
            {
                text: "Ferrovia",
                expanded: true,
                children: [
                    {
                        nodeType: "gx_layerparam",
                        layer: "Estacao",
                        param: "LAYERS",
                        item: "Estacao",
                        text: "Estação",
                        checked: true                    },
                    {
                        nodeType: "gx_layerparam",
                        layer: "Linha",
                        param: "LAYERS",
                        item: "Linha",
                        text: "Linha",
                        checked: true                    }
                ]
            }
            ]
        },
        rootVisible: false,
        lines: true
    });
    return _tree;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20110414/a1b35d85/attachment.htm 


More information about the Users mailing list