newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

Species page: Image gallery is no longer loading #118

Closed jnga closed 12 years ago

jnga commented 12 years ago

On any species page, only the first image appears in the scrolling image gallery. No console errors are seen.

(Ember branch)

brandon-rhodes commented 12 years ago

I cannot reproduce this; species pages come up with many images displayed.

jnga commented 12 years ago

Seems to be intermittent. I'll look into it further.

jnga commented 12 years ago

On Mac OS X 10.6, tested the following example page running the later ember-branch code:

/woody-plants/woody-angiosperms/acer/pensylvanicum/

Chrome 18.0.1025.168: Only the first image in the gallery box appears, on both initial and subsequent page loads. No console errors occur.

Safari 5.1.5: Same as Chrome: only the first image loads.

Firefox 12.0: All loads fine every time.

Opera 11.64: When initially loading the page with a clean cache, only two images appear in the gallery box. Upon reloading the page, the gallery loads all images and begins scrolling as expected.

jnga commented 12 years ago

Reopened and reassigned back to me to look into some problems with scrolling: auto-scrolling isn't starting, and scrolling works but arrow icons disappear and various console errors occur. The gallery now can scroll to the right way beyond the last image (unsure where/if it ends), with its background blank. Also, images no longer appear in a lightbox when clicked, rather, just the backup link to the image is being activated. This happens for me in Chrome, Safari, Firefox, and Opera, with slight differences for each.

jnga commented 12 years ago

Update options for auto-scrolling with commit 5d828a7e4b. These were more options whose names changed in the latest version of the smoothDivScroll control. Now auto-scrolling starts again in Chrome, Safari and Firefox. It still does not start in Opera.

jnga commented 12 years ago

Autoscrolling is now working again in Opera.

Will look into these remaining bugs next:

jnga commented 12 years ago

Remaining bugs are fixed.