Extjs4.0+ grouping bug

gird 使用grouping,鼠标移动到第一行

 
firefox 的提示是 TypeError: 

me.getRowStyleTableEl(...) is null

me.getRowStyleTableEl(item).addCls(me.tableOverFirstCls);
----------------------------------------------------------------------------
chrome的错误提示 Cannot call method 'addCls' of null
 
如果第一次渲染,就把归组显示出来,然后取消归组,鼠标在移动到第一行,就不会出错

但我需要的是渲染时不归组,用户手工点选才归组
 
官方已有人提出此bug,但暂无解决方案
http://www.sencha.com/forum/showthread.php?265276
 
 
 
 
 
 
posted on 2013-06-06 22:24  xsSystem  阅读(395)  评论(1)    收藏  举报