Forum
Hey guys,
After an upgrade from 4.2.0 to 4.3.3 we noticed our grids causing a browser freeze in IE7 (tested on multiple devices and even in compatibility mode). This same bug still occurs in 4.4.0 and has caused us to perform a rollback to 4.2.0.
I know what a bitch IE7 can be, but we have costumers that cannot change their default network browser, so IE7 support remains a requirement.
Cheers,
Dys
P.S. I also tested with a grid with only the url parameter set and the bug still occurred. Changing the version of jqGrid to 4.2.0 immediately fixed the issue.
Hey guys,
An update on the matter. It would appear the freezes were caused by the "height" parameter. Setting that to a value of 200 or higher causes a complete browser freeze. Setting the value to 100 caused no problems. Apparently height values cause the freeze over a certain value (might differ in specific cases).
I hope this'll help you fix it!
Cheers,
Dys
14:01
Moderators
30/10/2007
Hello All,
Coild you please provide a online example demostarting the problem?
Thank you
Kind Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
14:41
17/05/2010
Same problem here. ie7/ie8 and ie9 in compatibility view.
The problem didn't occur when i removed the height attribute.
My conf:
jQuery(document).ready(function() {
mygrid = jQuery('#'+news_grid_id).jqGrid({
'autowidth':false,
'datatype':'json',
'url':'<?php echo Yii::app()->createUrl('news/news/index',$this->arguments); ?>',
'editurl':'<?php echo Yii::app()->createUrl('news/news/delete',$this->arguments); ?>',
'colNames':['<?php echo news::model()->getAttributeLabel('title_nl'); ?>','','','',''],
'rowNum':20,
'rowList':[1,20,50,100],
'sortname':'sortorder',
'sortorder':'asc',
'multiselect':true,
'caption':'pagina\'s',
'ondblClickRow':function(rowid,iRow,iCol,e){
openItemDetail(rowid);
},
loadComplete: function(){
var ids = jQuery("#"+news_grid_id).getDataIDs();
for(var i=0;i<ids.length;i++){
var cl = ids[i];
view = "<span style='cursor: pointer;' class='ui-icon ui-icon-info' onclick=openItemDetail("+cl+"); ><\/span>";
var cont = jQuery("#"+news_grid_id).getCell(cl, "statusitem");
if(cont=='1'){
statusitem = "<span style='cursor: pointer;' class='ui-icon ui-icon-check' onclick=ChangeStatus("+cl+",news_grid_id); ><\/span>";
}else{
statusitem = "<span style='cursor: pointer;' class='ui-icon ui-icon-close' onclick=ChangeStatus("+cl+",news_grid_id); ><\/span>";
}
edit = "<span style='cursor: pointer;' class='ui-icon ui-icon-pencil' onclick=editRow("+cl+"); ><\/span>";
del = "<span style='cursor: pointer;' class='ui-icon ui-icon-trash' onclick=delRow(news_grid_id,"+cl+"); ><\/span>";
jQuery("#"+news_grid_id).setRowData(ids[i],{view:view,statusitem:statusitem,edit:edit,del:del})
}
},
'colModel':[
{'index':'title_nl','name':'<?php echo news::model()->getAttributeLabel('title_nl'); ?>'},
{name:'view' , index:'view' , sortable:false, search: false, fixed: 1, width: 16},
{name:'statusitem' , index:'statusitem' , sortable:false, search: false, fixed: 1, width: 16},
{name:'edit' , index:'edit' , sortable:false, search: false, fixed: 1, width: 16},
{name:'del' , index:'del' , sortable:false, search: false, fixed: 1, width: 16},
],
'pager':news_pager_id}).navGrid('#'+news_pager_id, {'edit':false,'add':false,'del':false,'search':false,'refresh':true});
jQuery('#'+news_grid_id).jqGrid('filterToolbar');
resize_the_grid(news_grid_id);
$('#jqgh_cb').remove();
});
Most Users Ever Online: 715
Currently Online:
58 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66