You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OrderList component has an issue where the control buttons allow item movement, but the scroll position does not update.
This issue is present in version 10.8.3 and can also be observed in the documentation on PrimeReact's website. However, this issue does not occur on StackBlitz.
1- Navigate to the page containing the OrderList component.
2- Move an item using the control buttons.
3- Observe that the scroll position remains static, preventing visibility of the moved item.
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 22, 2024
Describe the bug
The
OrderList
component has an issue where the control buttons allow item movement, but the scroll position does not update.This issue is present in version 10.8.3 and can also be observed in the documentation on PrimeReact's website. However, this issue does not occur on StackBlitz.
Reproducer
https://stackblitz.com/edit/vitejs-vite-hyy3ee?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
1- Navigate to the page containing the OrderList component.
2- Move an item using the control buttons.
3- Observe that the scroll position remains static, preventing visibility of the moved item.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: