-
Notifications
You must be signed in to change notification settings - Fork 157
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🔥 severity: high✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.virtualization
Description
Description
When resizing the grid after horizontally scrolling, the grid can't recover the scroll position correctly, and crashes in a severe way, jumbling the cell data.
The issue is in the IgForOf directive.
The issue is reproducible across various machines and browsers.
- igniteui-angular version: 16.0.27
- browser: Chrome - Version 117.0.5938.149 (Official Build) (arm64)
Steps to reproduce
- Load this repository: https://github.com/baleeds/infragistics-angular-grid-bug
- Start the app.
- Scroll the grid to the right so that at least some of the columns are off the screen.
- Click the "Toggle sidebar" button once. Click the button again.
- Scroll the grid back to the left.
- The cells are jumbled and there's a javascript error in the console.
Result
The cells are jumbled after a JavaScript NPE.
Expected result
The cells should be normal.
Attachments
I've included a video of myself running the app in the repository above since it was too big to upload.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🔥 severity: high✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.virtualization