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

Freescroll question #864

Open
marko-mlinarevic opened this issue Jun 5, 2024 · 1 comment
Open

Freescroll question #864

marko-mlinarevic opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
🔖4.x v4.x~ related issue 🐛Bug Bugs ❓Question Asking question about @egjs/Flicking

Comments

@marko-mlinarevic
Copy link

marko-mlinarevic commented Jun 5, 2024

Description

Carousel is in freescroll mode with bound property. How to change current active panel number if bound is active
these are the options and width of panel is for example 1000px(width must be larger than viewport). It seems that if panel is larger than viewport index doesn't update

:options="{ bound: true, moveType: 'freeScroll', align: 'prev', circular: false}"

Here is reproduction of the bug

Link

@malangfox malangfox self-assigned this Jun 6, 2024
@malangfox malangfox added ❓Question Asking question about @egjs/Flicking 🔖4.x v4.x~ related issue labels Jun 6, 2024
@malangfox
Copy link
Contributor

malangfox commented Jun 27, 2024

Hello @marko-mlinarevic.

It seems that the Anchor points that determine the index of the Panel are not being created correctly when the horizontal length of a Panel is longer than the viewport length with the bound option enabled,

We will leave additional comments when we release a patch that fixes this issue.

@malangfox malangfox added the 🐛Bug Bugs label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖4.x v4.x~ related issue 🐛Bug Bugs ❓Question Asking question about @egjs/Flicking
Projects
None yet
Development

No branches or pull requests

2 participants