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

Cell navigation does not work along with Multi Row Layout group #4708

Closed
ymita opened this issue May 8, 2019 · 3 comments
Closed

Cell navigation does not work along with Multi Row Layout group #4708

ymita opened this issue May 8, 2019 · 3 comments
Assignees
Labels
🐛 bug Any issue that describes a bug 🧨 severity: medium grid: general grid: multi-row-layout version: 7.3.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@ymita
Copy link
Contributor

ymita commented May 8, 2019

Description

Cell navigation does not work when cell focus tries to moves to other group.

  • igniteui-angular version: 7.3.0-beta.1
  • browser: n/a

Steps to reproduce

  1. Run the attached sample
  2. Set focus on 'ID' cell
  3. Hit Tab key 3 times

Result

Chrome and IE11:
Active cell disappears after navigation moves to unpinned group.

Firefox:
Active cell does not move to cells on unpinned group

Expected result

On all supported browsers, cell navigation works.

Attachments

igx-grid-multi-row-layout.zip

@ymita ymita changed the title Cell navigation does not work along with Multi Row Layout unpinned group Cell navigation does not work along with Multi Row Layout group May 8, 2019
@mpavlinov
Copy link
Contributor

@ymita We're still working on keyboard navigation for Multi Row Layout.

@mpavlinov mpavlinov assigned mpavlinov and unassigned ddincheva May 8, 2019
@zdrawku zdrawku added the 🛠️ status: in-development Issues and PRs with active development on them label May 8, 2019
@dkamburov
Copy link
Contributor

@ymita rowEnd inputs are not valid in your sample. The correct configuration should be:

<igx-column-layout [pinned]="true" field='group1'>
    <igx-column [rowStart]="1" [rowEnd]="2" [colStart]="1" [colEnd]="2" field="ID" [editable]="true" [width]="'200px'"></igx-column>
    <igx-column [rowStart]="2" [rowEnd]="3" [colStart]="1" [colEnd]="2" field="Country" [editable]="true" [width]="'200px'"></igx-column>
</igx-column-layout>
<igx-column-layout [pinned]="false" field='group2'>
    <igx-column [rowStart]="1" [rowEnd]="2" [colStart]="1" [colEnd]="2" field="CompanyName" [editable]="true" [width]="'200px'" sortable="true" resizable="true"></igx-column>
    <igx-column [rowStart]="1" [rowEnd]="2" [colStart]="2" [colEnd]="4" field="ContactName" [editable]="true" [width]="'400px'"></igx-column>

    <igx-column [rowStart]="2" [rowEnd]="3" [colStart]="1" [colEnd]="2" field="ContactTitle" [editable]="true" [width]="'200px'"></igx-column>
    <igx-column [rowStart]="2" [rowEnd]="3" [colStart]="2" [colEnd]="3" field="Address" [editable]="true" [width]="'200px'"></igx-column>
    <igx-column [rowStart]="2" [rowEnd]="3" [colStart]="3" [colEnd]="4" field="City" [editable]="true" [width]="'200px'"></igx-column>
</igx-column-layout>

@ymita
Copy link
Contributor Author

ymita commented May 14, 2019

@dkamburov Thank you for pointing it out!

@PavlovVasil PavlovVasil 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 Jun 3, 2019
@kdinev kdinev closed this as completed Jun 18, 2019
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 🧨 severity: medium grid: general grid: multi-row-layout version: 7.3.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

8 participants