Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Bug: ScrollView with multiple surfaces #285

Closed idanwe closed 9 years ago

idanwe commented 9 years ago

I try to add fa-start-index to my fa-scroll-view with multiple fa-surface inside the fa-view. Then I notice several bugs:

  1. When I start at the index and scroll to previous page (up) it "jumps" to the first view (scrolling down works fine).
  2. When the scroll view reach to the top in some of the views (in the Plunker example views index 3, 4) the second surface content disappear and when I hit the top again it appears.

Example: http://plnkr.co/edit/1bdFer?p=preview

It is happens with famo.us version >= 0.3.0, at v0.2.2 it works fine

idanwe commented 9 years ago

I changed my bower to work with "angular-famous#master" and famous 0.3.0 and now it fixed, thanks!