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

Slide Navigation Button doesn't work. #432

Open
jungsungwook opened this issue Oct 25, 2023 · 2 comments
Open

Slide Navigation Button doesn't work. #432

jungsungwook opened this issue Oct 25, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jungsungwook
Copy link

Describe the bug
Navigation button doesn't work.
It shows the same symptoms both vertically and horizontally, and sometimes it works after pressing the next card.
However, since this behavior is very rare, in most cases it does not work.

To Reproduce

  1. Create Chrono component
  2. Click any navigation button

Expected behavior
Move on to the next item.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 118.0.5993.117 but any version doesn't work.

Additional context
It does not exist alone, but is used together with a library called Swiper. So the scroll action is intercepted by Swiper. Could this have anything to do with it?

@xscottxbrownx
Copy link

xscottxbrownx commented Nov 7, 2023

I have same issue. No slider package for me.

Just added basic Chrono component:

<Chrono
      mode="VERTICAL_ALTERNATING"
      items={items}
      theme={{
        primary: '#56B6A1',
        secondary: '#B6ECE2',
        cardBgColor: '#f3f3f3'
      }}
    >

with an array of items, but the controls only move the dots in middle of line - doesn't actually scroll screen down to make them visible.

Screen.Recording.2023-11-06.at.5.56.31.PM.mov

@prabhuignoto prabhuignoto self-assigned this Nov 7, 2023
@prabhuignoto prabhuignoto added the bug Something isn't working label Nov 7, 2023
@prabhuignoto
Copy link
Owner

@jungsungwook would you be able to share the codesandbox where i can reproduce this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants