Skip to content
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

reinitialise method: do not always apply new options #354

Open
alexeylepesin opened this issue Feb 18, 2018 · 1 comment
Open

reinitialise method: do not always apply new options #354

alexeylepesin opened this issue Feb 18, 2018 · 1 comment

Comments

@alexeylepesin
Copy link

TEST CASE:
https://jsfiddle.net/js8635hs/2/

  1. Click on "Run scroller"
       the value of the alwaysShowVScroll option is true

  2. change the value of the alwaysShowVScroll option to the false
       click on "Update scroller"
       the option was applied

  3. Change the value of the option again alwaysShowVScroll to true
       click on "Update scroller"
       the option not applicable

Expected behavior: with each call to the reinitialise method, the options should be applied.

@illuusio
Copy link
Collaborator

It should at code level but it seems that jScrollPane needs test cases that this kind behavior get catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants