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

3rd level child does not scroll with keyboard nav #4447

Closed
ChronosSF opened this issue Apr 3, 2019 · 2 comments
Closed

3rd level child does not scroll with keyboard nav #4447

ChronosSF opened this issue Apr 3, 2019 · 2 comments
Assignees
Labels
🐛 bug Any issue that describes a bug 📉 regression 🔥 severity: high grid: general grid: hierarchical-grid grid: tree-grid keyboard-navigation version: 7.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@ChronosSF
Copy link
Member

Description

3rd level child does not scroll when using keyboard navigation

  • igniteui-angular version: 7.2.x
  • browser: n/a

Steps to reproduce

  1. Open the hierarchical grid demos sample
  2. Expand in depth to the 3rd child
  3. Focus a cell on its first row
  4. Press the down arrow to navigate it

Result

Focus is lost and the child grid does not scroll

Expected result

The child grid to scroll down

Note: This is a regression from the MCS implementation and is not yet released

Attachments

issue1

@MayaKirova
Copy link
Contributor

Note: This can be reproduced in any grid that has only 1 record visible

@MayaKirova MayaKirova added the ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. label Apr 4, 2019
@MayaKirova
Copy link
Contributor

The reason this started reproducing in the hierarchical grid is the following issue - #4458
Which causes the child grids that have filtering to have incorrect height.

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 📉 regression 🔥 severity: high grid: general grid: hierarchical-grid grid: tree-grid keyboard-navigation version: 7.2.x ✅ 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

3 participants