daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Checkbox focus problem #269

Closed Knoxvillekm closed 8 years ago

Knoxvillekm commented 8 years ago

From demo Codepen

  1. After clicking the top element is highlighted 1
  2. After clicking and return from other tab it focused 2

And there are no problems when pressing the row.

daniel-nagy commented 8 years ago

After clicking the top element is highlighted.

I wasn't able to reproduce.

After clicking and return from other tab it focused.

This is an issue with the checkbox directive from Angular Material.

Knoxvillekm commented 8 years ago

This is an issue with the checkbox directive from Angular Material.

This style fix my problem

md-toolbar.md-table-toolbar.ng-hide {
    display: none;
}