Changeset 11 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
08/29/08 17:11:23 (4 years ago)
Author:
tsuckowhomberg
Message:
  • fixed: (BufferedGridView?.js) fixed a bug that would not recalculate the scrollbar's height if the number of possible rows to display in the view would exceed the total number of records in the store
  • enhancement: (BufferedGridView?.js) last row in the grid is now clipped instead of removed if it is not fully displayable
  • fixed: (BufferedStore?.js) buffer range would not store the number of the total length of the records when last possible range is reached, but instead the number of the start-parameter with the "limit"-parameter, which lead to errors when a last possible record to render is requested that cannot be found in the store
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r10 r11  
    1  
     1Version 0.2rc1 
     229-August-2008 
     3 
    24- fixes: 
     5 - BufferedGridView.js: fixed a bug that would not recalculate the scrollbar's 
     6height if the number of possible rows to display in the view would exceed the 
     7total number of records in the store 
    38 - BufferedRowSelectionModel: "selectRow()" would allow selecting indexes greater than 
    49the "totalLength"-property of the store; added condition to check whether the index is 
    510out of bounds (closes google issue 5) 
     11- BufferedStore.js: buffer range would not store the number of the total length 
     12of the records when last possible range is reached, but instead the number of the 
     13start-parameter with the "limit"-parameter, which lead to errors when a last 
     14possible record to render is requested that cannot be found in the store 
     15 
     16 - enhancements: 
     17- BufferedGridView.js: last row in the grid is now clipped instead of removed if 
     18it is not fully displayable 
     19 
     20 
    621 
    722Version 0.1.2