JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Issue with ion-side-menus #5

Closed yohokuno closed 4 years ago

yohokuno commented 9 years ago

Hi JKnorr91, thank you for creating this! It's impressive.

I am using your solution for scrollable tab and swipeable slide box in my app and encountered a weird behavior. The app uses ion-side-menu and I want to use ion-slide-tabs inside ion-side-menu-content. You can pull left side menu and select the group of content you want to see. Imagine TODO list tutorial on ionic framework where you can choose projects.

http://ionicframework.com/docs/guide/building.html

This works perfectly in the first group when you launched the app, but there is a problem when:

  1. open side menu
  2. select another group (to switch to another group and replaced the content)
  3. close side menu
  4. swipe to next slide box

And I get the content of next slide box below the content of first slide box.

I will create code to reproduce this somewhere when I have time, but do you have anything in mind?

yohokuno commented 9 years ago

I couldn't reproduce this in clean setup, but found another issue #6. I leave this open in case if I find something in future.