Changeset 71 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
03/20/10 23:51:13 (23 months ago)
Author:
tsuckow
Message:
  • fixed: (Store.js) fixed an issue where the "selectionsProxy" would call a method that was marked deprecated since Ext 3.0
  • enhancement: (GridView?.js) splitted "liveScrolleInset" into 3 divs which fixes issues when a large number of data should be shown in the grid; this prevents incapabilities of browsers which define max heights for HTML Elements
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r68 r71  
    1 04-January-2010 
     120-March-2010 
     2 - fixed: (Store.js) fixed an issue where the "selectionsProxy" would call a 
     3method that was marked deprecated since Ext 3.0 
     4 - enhancement: (GridView.js) splitted "liveScrolleInset" into 3 divs which 
     5fixes issues when a large number of data should be shown in the grid; this 
     6prevents incapabilities of browsers which define max heights for HTML Elements 
     7 
     804-January-2010 
    29 - fixed: (GridView.js) fixed an issue where the grid would not be properly rendered 
    310in IE due to deprecated "scrollOffset" property