found another minor bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-06 19:23:03 +04:00
parent 9406d6c5b8
commit 446725ddbf
2 changed files with 14 additions and 0 deletions

View File

@ -110,6 +110,17 @@ Roadmap
[_] 29% Gen 3 current todo
[_] 58% High priority
[_] BUG: Something is causing previews to reload...
| procedure:
| - moving left/right in one ribbon
| - adjacent ribbon is not moving
|
| effect:
| - previews get reloaded
|
| expected:
| - all unmoving ribbons remain static
|
[_] Polish: on LOCAL actions do ALL the loading in background...
| make the lags completely even...
[_] check image caching strategy and thresholds....

View File

@ -144,6 +144,9 @@ function setupDataBindings(viewer){
// head at threshold - roll <-
} else if(!at_start && head < threshold){
var rolled = rollImages(-roll_frame_size, ribbon)
} else {
console.log('>>> skipping:', r)
}
// we jumped, load new set...