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

OrderList: Scroll Not Updating with Item Movement #7229

Open
ozantekin opened this issue Sep 22, 2024 · 0 comments · May be fixed by #7230
Open

OrderList: Scroll Not Updating with Item Movement #7229

ozantekin opened this issue Sep 22, 2024 · 0 comments · May be fixed by #7230
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.

Comments

@ozantekin
Copy link
Contributor

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

System:
    OS: macOS 14.3.1
    CPU: (8) arm64 Apple M2
  Binaries:
    Node: 22.8.0 - /opt/homebrew/bin/node
    npm: 10.8.2 - /opt/homebrew/bin/npm
  Browsers:
    Safari: 17.3.1
  npmPackages:
    react: 18.3.1 => 18.3.1
    primereact: ^10.8.3 => 10.8.3

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

@ozantekin ozantekin added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 22, 2024
@melloware 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants