Merge pull request #1598 from luisfernandosl/BUG-10415
BUG 10415 "En browser Chrome, no se puede acceder al menu..." SOLVED
This commit is contained in:
@@ -158,6 +158,12 @@ Ext.onReady(function(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (navigator.userAgent.toLowerCase().indexOf("chrome") != -1){
|
||||||
|
if (_columns.length > 7) {
|
||||||
|
_columns.push({header:"", dataIndex:"", width: 30, menuDisabled: true, hideable: false});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
smodel = new Ext.grid.CheckboxSelectionModel({
|
smodel = new Ext.grid.CheckboxSelectionModel({
|
||||||
listeners:{
|
listeners:{
|
||||||
selectionchange : function(sm){
|
selectionchange : function(sm){
|
||||||
|
|||||||
Reference in New Issue
Block a user