Changeset 28

Show
Ignore:
Timestamp:
09/29/08 23:07:31 (4 years ago)
Author:
tsuckowhomberg
google:author:
tsuckowhomberg
Message:
  • fixed: (GridView?.js) missing call to "isBuffering = true" in "updateLiveRows()"

made the component to ignore a previously set queue and request new data immediately

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r26 r28  
    1 Version 0.3a1 (GPL) 
     1 
     2 - fixed: (GridView.js) missing call to "isBuffering = true" in "updateLiveRows()" 
     3made the component to ignore a previously set queue and request new data immediately 
     4 
     5Version 0.3a1 (GPL) 
    2629-September-2008 
    37 
  • trunk/src/GridView.js

    r26 r28  
    14071407 
    14081408        // prepare for rebuffering 
     1409        this.isBuffering = true; 
     1410 
    14091411        var bufferOffset = this.getPredictedBufferIndex(index, inRange, down); 
    14101412