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

Pivot Grid: gap in header borders #14810

Closed
imincheva opened this issue Sep 20, 2024 · 2 comments
Closed

Pivot Grid: gap in header borders #14810

imincheva opened this issue Sep 20, 2024 · 2 comments
Assignees
Labels
🐛 bug Any issue that describes a bug grid: pivot triage: blocking visual-design ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@imincheva
Copy link

imincheva commented Sep 20, 2024

Description

On one of the Pivot Grid demos there's a gap in the header border

NOTE: This is only reproduced when you dont have a column dimension

Steps to reproduce

  1. Open Pivot Grid page (applicable for all themes and all sizes of the Pivot Grid)
  2. Look at the second header row (first cell in the row says "Drop Row Fields here"

Result

The vertical borders aren't connected with the horizontal border underneath them
image

Expected result

The borders are supposed to be connected and no gap should appear. I believe the problem comes from the applied max-height on igx-grid-thead--virtualizationWrapper
image

@simeonoff
Copy link
Collaborator

@mddragnev After some investigation, it turns out this issue happens because of incorrectly applied heights (bound via templates) to some of the elements (igx-grid-thead--virtualizationWrapper and igx-grid__tr).

@mddragnev mddragnev added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Oct 10, 2024
@mddragnev mddragnev added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Oct 17, 2024
@mddragnev
Copy link
Member

Note for testers: This is only reproduced when you dont have a column dimension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug grid: pivot triage: blocking visual-design ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

No branches or pull requests

4 participants