panel viewport missing scrollbar in ie extjs -
i've following extjs code works fine in ff in ie vertical scrollbar not appear when overflow happens in west region. whats wrong?
ext.onready(function(){ var viewport = new ext.viewport({ layout:'border', items:[{ region:'west', id:'west-panel', split:true, width: 250, minsize: 175, maxsize: 400, collapsible: false, margins:'5 0 5 5', cmargins:'5 5 5 5', border: false, autoscroll:true, layout:'fit', layoutconfig:{ autowidth:false }, contentel:layers },{ region:'center', margins:'5 5 5 0', layout:'column', autoscroll:false, border: false, contentel:main }] }); });
i did try above code , here seems no problem @ ie8,ff& chrome. version of ie using? also, values inside layers , main? put 'lorem ipsum' text seems work fine me!
Comments
Post a Comment