Changeset 13 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
08/29/08 22:25:15 (4 years ago)
Author:
tsuckowhomberg
Message:
  • fixed: re-rendering rows would not work proper if a resize of the panel during buffering happened; "adjustVisibleRows()" skips recalculating the "rowIndex" property now if the livegrid is currently buffering
  • fixed: "replaceLiveRows()" would not always calculate the exact range of rows to render; adjusted conditions to check for valid ranges
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r11 r13  
    1 Version 0.2rc1 
     1Version 0.2rc2 
     229-August-2008 
     3 
     4- fixes: 
     5 - BufferedGridView.js: re-rendering rows would not work proper if a resize of the panel 
     6during buffering happened; "adjustVisibleRows()" skips recalculating the "rowIndex" 
     7property now if the livegrid is currently buffering. "replaceLiveRows()" would not always 
     8calculate the exact range of rows to render; adjusted conditions to check for valid ranges 
     9 
     10Version 0.2rc1 
    21129-August-2008 
    312