Skip to content

Display problems in multi list switching #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aisin opened this issue Oct 17, 2017 · 1 comment
Closed

Display problems in multi list switching #26

aisin opened this issue Oct 17, 2017 · 1 comment
Labels

Comments

@aisin
Copy link
Contributor

aisin commented Oct 17, 2017

I have two lists (short-list & long-list) that need to be displayed, and I encountered a display problem when I was switching them.

Demo: https://jsfiddle.net/aisin/7y8h2q1k/3/

How to recurrence:

  • At first, SHORT-list will be displayed.
  • click show LONG-list button to display it.
  • Scroll down at least more than 3 items.
  • click show SHORT-list button.
  • click show LONG-list button.

Now, You should see only the first 6 items are displayed, until scrolling down you can see all of them.
How to support the correct display of multi list switching?

@tangbc
Copy link
Owner

tangbc commented Oct 17, 2017

Thanks for reporting this bug, fixed in v1.1.8

@tangbc tangbc closed this as completed Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants