-
Notifications
You must be signed in to change notification settings - Fork 162
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
In IE parent grid scrolls when using ctr + right navigation. #4488
Labels
browser: IE-11
Issues specific to the MS IE11 browser
🐛 bug
Any issue that describes a bug
grid: hierarchical-grid
keyboard-navigation
severity: low
version: 7.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
MartinKamenov
added
🐛 bug
Any issue that describes a bug
🆕 status: new
severity: low
browser: IE-11
Issues specific to the MS IE11 browser
keyboard-navigation
grid: hierarchical-grid
version: 7.2.x
labels
Apr 8, 2019
14 tasks
MartinKamenov
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Apr 10, 2019
MartinKamenov
added a commit
that referenced
this issue
Apr 10, 2019
14 tasks
mpavlinov
added
🆕 status: new
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Jul 4, 2019
MayaKirova
pushed a commit
that referenced
this issue
Jul 4, 2019
14 tasks
MayaKirova
pushed a commit
that referenced
this issue
Jul 4, 2019
14 tasks
MayaKirova
pushed a commit
that referenced
this issue
Jul 4, 2019
14 tasks
MayaKirova
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🆕 status: new
labels
Jul 4, 2019
ChronosSF
pushed a commit
that referenced
this issue
Jul 10, 2019
* fix(navigation): Focusing on parent grid on keyboard navigation IE #4488 * chore(navigation): Put focus element validation in hgrid service. * chore(navigation): Added getFocusGrid function for in HGrid navigation service. * chore(*): Applying review changes. * chore(*): Fix merge issue. * chore(*): Fix more merge issues. * chore(*): Fixing review comments. * chore(*): In case child grid last row is not visible in parent view port make sure parent grid is first scrolled so that child grid bottom is in view before attempting to focus last cell in child. * chore(*): Make sure calculation are done based on root grid tbody.
ChronosSF
pushed a commit
that referenced
this issue
Jul 10, 2019
* fix(navigation): Focusing on parent grid on keyboard navigation IE #4488 * chore(navigation): Put focus element validation in hgrid service. * chore(navigation): Added getFocusGrid function for in HGrid navigation service. * chore(*): Applying review changes. * chore(*): Fix merge issue. * chore(*): Fixing more merge issues. * chore(*): Fixing more merge issues. * chore(*): Fixing review comments. * chore(*): In case child grid last row is not visible in parent view port make sure parent grid is first scrolled so that child grid bottom is in view before attempting to focus last cell in child. * chore(*): Make sure calculation are done based on root grid tbody.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
browser: IE-11
Issues specific to the MS IE11 browser
🐛 bug
Any issue that describes a bug
grid: hierarchical-grid
keyboard-navigation
severity: low
version: 7.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Currently when using ctr + right for navigating to the last cell parent grid scrolls and child grid flips on IE.
Steps to reproduce
Result
Child grid flips and parent grid scrolls down even though the cell is visible without scrolling.
Expected result
Grid should stay in same position without scrolling.
Attachments
The text was updated successfully, but these errors were encountered: