Show
Ignore:
Timestamp:
01/04/10 13:54:41 (2 years ago)
Author:
tsuckow
Message:
  • fixed: (GridView?.js) fixed an issue where the grid would not be properly rendered in IE due to deprecated "scrollOffset" property
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Ext3.0/trunk/CHANGELOG

    r64 r65  
    1 04-January-2009 
     104-January-2010 
     2 - fixed: (GridView.js) fixed an issue where the grid would not be properly rendered 
     3in IE due to deprecated "scrollOffset" property 
    24 - enhancement: (JsonReader.js) added compatibility for Ext 3.0.3 
    35 - enhancement: (GridView.js) replaced call to "Ext.each" in "processRows()" 
    46with for-loop 
    57 - fixed: (GridView.js) added property "loadMaskDisplayed" to indicate whether 
    6 loadMask is currently being displayed; fixed an issue that would not stripe rows when grid is being refreshed; 
     8loadMask is currently being displayed; fixed an issue that would not stripe rows 
     9when grid is being refreshed; 
    710 
    81110-July 2009