Victa / curtain.js

PROJECT IS NOT MAINTAINED - This plugin allows you to create a web page with multiple fixed panels that unroll with an amusing effect.
http://curtain.victorcoulon.fr
1.08k stars 249 forks source link

Site breaks #40

Closed vmahabir closed 8 years ago

vmahabir commented 10 years ago

getting this message in browser console:

"TypeError: self.$elDatas[self.currentIndex] is undefined"

Site has a responsive layout. Because of the repositioning of the responsive elements im guessing that the overall height is screwed up and breaks. Does anyone has this problem?

vmahabir commented 10 years ago

The style "hidden" is popping up and makes the content invisible. With element inspector i deleted the styles and it was visible again but scrolling was broken.

jnz31 commented 9 years ago

i had the same issue and i fixed it like so: replace line 473 self.currentIndex = self.$current.index(); with self.currentIndex = self.$current.prevAll().length;