a1626 / image-carousel

Polymer element for image carousel
https://www.webcomponents.org/element/a1626/image-carousel/elements/image-carousel
MIT License
8 stars 2 forks source link

_hideRightIcon, _hideLeftIcon not set if dot is clicked #3

Closed mlisook closed 7 years ago

mlisook commented 7 years ago

Very nice element.

The _hideRightIcon and _hideLeftIcon are not set if the user navigates by tapping one of the dots. That can leave the right or left buttons in the incorrect visibility state.

a1626 commented 7 years ago

@mlisook thanks for reporting the bug. I'll fix it ASAP

a1626 commented 7 years ago

leaving the issue opened till i publish a new version

a1626 commented 7 years ago

This issue is now fixed in v1.1.0.

Thanks a lot for reporting the issue. I've created and integrated test cases with travis so as to avoid such cases in future commits.