FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Commit circles disappear when scrolling causes load of additional commits. #74

Closed aaronbieber closed 10 years ago

aaronbieber commented 11 years ago

On OS X with Ungit 0.1.5, node 0.10.0, and npm 1.2.14 (not sure that matters), when I scroll down the page to see older commits, eventually Ungit makes a background request to get more data and at that point all of the commit circles disappear.

The only way to get them back that I have found is to reload the page.

Let me know if I can provide any output or a log or something. The node output in the terminal seems to repeat some of the requests made initially for the PNGs and so forth; none of the paths or filenames seem to be wrong.

nmistry commented 11 years ago

same problem here... OSX 10.8.4, node v0.10.16 App version: 0.1.5

bergkoet commented 11 years ago

same problem with Windows 7, Google Chrome 28.0.1500.95, Ungit 0.1.5, Node 0.10.16

odeits commented 11 years ago

same problem with Windows 7, Google Chrome 28.0.1500.95, Ungit 0.1.5, Node 0.10.16

odeits commented 11 years ago

Problem seem to be affected by scroll speed as well. When browsing the nanomsg repo if I try to scroll quickly it fails almost immediately, if i try to scroll very slowly it progresses much further before encountering the error

notslang commented 11 years ago

same problem here

FredrikNoren commented 11 years ago

There's a discussion in #152 about potential solutions to this problem