-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Closed as not planned
Copy link
Labels
Resolution: StaleIssue or pull request is inactivity and unfortunately it will be *closed* if there is no responseIssue or pull request is inactivity and unfortunately it will be *closed* if there is no responseType: BugIssue contains a defect related to a specific component.Issue contains a defect related to a specific component.
Description
Describe the bug
When you scroll down some rows and use the filter, no result is shown. In Chrome it works, but not in Firefox. I used the example from the documentation (virtualscroller) and added some filters to reproduce the problem in my application.
Reproducer
https://codesandbox.io/s/primereact-demo-forked-kfn7nh?file=/src/App.js:745-754
PrimeReact version
10.0.5
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Firefox 118.0.2 (64-bit)
Steps to reproduce the behavior
- Open example with table and filters
- Copy "Vin" value from first row
- Scroll down to e.g. line 20
- Enter copied text to filter
- Entry is not shown
Expected behavior
Row with the copied entry should be shown.
Metadata
Metadata
Assignees
Labels
Resolution: StaleIssue or pull request is inactivity and unfortunately it will be *closed* if there is no responseIssue or pull request is inactivity and unfortunately it will be *closed* if there is no responseType: BugIssue contains a defect related to a specific component.Issue contains a defect related to a specific component.