Closed danielsamuels closed 8 years ago
Thanks for taking a look here. The navigation gallery is working as intended. It's a conscious UI behavior that selecting a cell from navigation gallery does not select it from the content gallery. This allows the user to pan around the navigation gallery without it automatically changing the selected gallery. In my testing, this felt more natural than having the galleries completely synced up.
I did make a Flickity extension that does syncing, flickity-sync, if that is what you're looking for. Try the demo http://codepen.io/desandro/pen/OPZJmE
Duplicate of https://github.com/metafizzy/flickity/issues/58#issuecomment-75374590
Great, I'll make use of the sync plugin. Thanks!
This was a handy thread to find, thank you.
Test case: https://codepen.io/desandro/pen/wByaqj
Reproduction steps:
(Note: There seems to be a related bug where the asNavFor carousel will move left/right (if the browser is narrow enough) but not update the active cell.)