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

Carousel: : Bug Report - PrimeReact Carousel Sliding Function Interruption on Radio Button Click #6628

Open
santhosh-s1 opened this issue May 15, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@santhosh-s1
Copy link

Describe the bug

When using PrimeReact's carousel component, there is a noticeable issue where the carousel sliding function stops functioning correctly after clicking a radio button. This behavior is not expected and interrupts the normal flow of the carousel's functionality.

Steps to Reproduce:

Navigate to the page with the PrimeReact carousel.
Observe the carousel sliding through its content automatically.
Click on one of the radio buttons on the same page.
Notice that after clicking the radio button, the carousel sliding function stops, and the carousel no longer slides through its content.
Expected Behavior:
The carousel sliding function should continue to work smoothly even after clicking a radio button. The radio button click should not interfere with the carousel's functionality.

Actual Behavior:
Clicking a radio button interrupts the carousel sliding function, causing it to stop sliding through its content.

Additional Information:

PrimeReact version: [insert version number]
Browser and version: [insert browser name and version]
Operating System: [insert operating system name and version]
Suggested Solution:
Review the event handling and interaction between the radio button click event and the carousel sliding function in the PrimeReact codebase. Ensure that these components do not interfere with each other and that the carousel continues to function as expected even after interacting with other elements on the page.

Severity:
This issue affects the user experience by disrupting the expected behavior of the carousel component. It should be addressed to maintain the functionality and usability of the PrimeReact carousel feature.

Reproducer

No response

PrimeReact version

10.6.3

React version

18.x

Language

ALL

Build / Runtime

Next.js

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

The carousel sliding function should continue to work smoothly even after clicking a radio button. The radio button click should not interfere with the carousel's functionality.

@santhosh-s1 santhosh-s1 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant