Column resize line not positioned correctly when zoom or scale is applied in igx-grid #14897
Labels
🐛 bug
Any issue that describes a bug
grid: column-resizing
grid
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
When applying a zoom (using the CSS zoom property) or a scale transformation (using transform: scale()) to the parent container or directly to the igx-grid, the column resize line does not appear in the correct position. This issue occurs when the zoom is set below 100% or when the scale is changed.
Steps to reproduce
https://stackblitz.com/edit/5kqdbm?file=src%2Fapp%2Fgrid%2Fgrid-column-hiding-toolbar-sample%2Fgrid-column-hiding-toolbar-sample.component.html
Result
The column resize line does not show in the correct position and is misaligned when the zoom or scale is applied.
Expected result
The column resize line should remain aligned with the columns regardless of zoom or scale settings, ensuring a consistent and accurate resizing experience.
Attachments
The text was updated successfully, but these errors were encountered: