Changeset 3 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
05/30/08 03:19:06 (4 years ago)
Author:
tsuckowhomberg
Message:
  • fixed: wrong calculation in BufferedGridView?.onLiveScroll (based on lastScrollPosition and actual scrollPosition) caused the view sometimes to not re-render some rows
  • fixed: provided bug fix for "ensureVisible: returned x-coordinate does not take the x-position of the gridpanel into account" (see  http://extjs.com/forum/showthread.php?p=175331#post175331)
  • enhancement: added cfg option "scrollDelay" in BufferedGridView? for buffering calls to onLiveScroll when scroll-event gets fired (thanks to Rich Waters)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2 r3  
    1 2008-05-28 
     12008-05-29 
     2========== 
     3- fixed: wrong calculation in BufferedGridView.onLiveScroll (based on lastScrollPosition and actual  
     4scrollPosition) 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 
     6of 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  
     8when scroll-event gets fired (thanks to Rich Waters) 
     9 
     10 
     112008-05-28 
    212========== 
    313- fixed: wrong calculation of last displayable row after removing a row caused selection-model