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

IgxGridHeaderGroupComponent should have preset min width #3071

Closed
SAndreeva opened this issue Nov 21, 2018 · 1 comment · Fixed by #3309
Closed

IgxGridHeaderGroupComponent should have preset min width #3071

SAndreeva opened this issue Nov 21, 2018 · 1 comment · Fixed by #3309
Assignees
Labels
🐛 bug Any issue that describes a bug grid: general version: 7.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@SAndreeva
Copy link
Contributor

Description

IgxGridHeaderGroupComponent should have preset min width

  • igniteui-angular version: 6.2.x
  • browser: N/A

Steps to reproduce

  1. Switch to SAndreeva/header-group-component-6.2.x
  2. Run Grid Column Moving demo
  3. Inspect the the 'ID' column header group

Result

IgxGridHeaderGroupComponent is sized to 40px as this is the width set on the column. IgxGridHeaderComponent and IgxGridFilteringCellComponent are 48px as they have paddings.
Therefore cells and headers looked misaligned, the resize handler on the header is not shown at the expected place.

Expected result

The IgxGridHeaderGroupComponent should not be able to go below a certain min width.

@simeonoff
Copy link
Collaborator

@SAndreeva This is not something that can be fixed by setting css properties on the item class as the min-width value is set via HostBinding.

@simeonoff simeonoff assigned SAndreeva and unassigned simeonoff and desig9stein Nov 22, 2018
@SAndreeva SAndreeva added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Dec 4, 2018
@SAndreeva SAndreeva 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 Dec 4, 2018
SAndreeva added a commit that referenced this issue Dec 5, 2018
SAndreeva added a commit that referenced this issue Dec 5, 2018
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: general version: 7.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants