| 1 | | 2008-05-28 |
| | 1 | 2008-05-29 |
| | 2 | ========== |
| | 3 | - fixed: wrong calculation in BufferedGridView.onLiveScroll (based on lastScrollPosition and actual |
| | 4 | scrollPosition) caused the view sometimes to not re-render some rows |
| | 5 | - fixed: provided bug fix for "ensureVisible: returned x-coordinate does not take the x-position |
| | 6 | of the gridpanel into account" (see http://extjs.com/forum/showthread.php?p=175331#post175331) |
| | 7 | - enhancement: added cfg option "scrollDelay" in BufferedGridView for buffering calls to onLiveScroll |
| | 8 | when scroll-event gets fired (thanks to Rich Waters) |
| | 9 | |
| | 10 | |
| | 11 | 2008-05-28 |