khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

The expand/ collapse is not accessible via keyboard #135

Closed sadiksha closed 7 years ago

sadiksha commented 7 years ago

Hi, Right now I can expand or collapse a tree only with mouse. The expand/collapse is not accessible with keyboard. For instance, if I add tabindex on the link, the selection is visible but when I press enter, nothing happens.

torsten-sauer commented 7 years ago

The expand links in the default template are with ng-click - so maybe this is the reason enter doesn't work for you out of the box.

I think you need to change the template and add ng-keypress to the links to get this working.

sadiksha commented 7 years ago

Hi @torsten-sauer , thank you for the comment, I tried ng-keypress and it works great. Thank you.

torsten-sauer commented 7 years ago

Great to hear, maybe you can close this issue as it seems resolved, or?