Changeset 11 for trunk/CHANGELOG
- Timestamp:
- 08/29/08 17:11:23 (4 years ago)
- Files:
-
- 1 modified
-
trunk/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r10 r11 1 1 Version 0.2rc1 2 29-August-2008 3 2 4 - fixes: 5 - BufferedGridView.js: fixed a bug that would not recalculate the scrollbar's 6 height if the number of possible rows to display in the view would exceed the 7 total number of records in the store 3 8 - BufferedRowSelectionModel: "selectRow()" would allow selecting indexes greater than 4 9 the "totalLength"-property of the store; added condition to check whether the index is 5 10 out of bounds (closes google issue 5) 11 - BufferedStore.js: buffer range would not store the number of the total length 12 of the records when last possible range is reached, but instead the number of the 13 start-parameter with the "limit"-parameter, which lead to errors when a last 14 possible 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 18 it is not fully displayable 19 20 6 21 7 22 Version 0.1.2
