angular-ui/ui-grid

3.0.0-RC.20 row header got focused when tab off the previous row

Open

#3,389 建立於 2015年4月30日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)JavaScript (2,496 fork)batch import
good first issue

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

image

When tab off the last cell of previous row, the focus is on the row header since RC. 20. I changed the function setTabEnabled() { $elm.find('div').attr("tabindex", -1); } to be function setTabEnabled() { $elm.find('div').attr("tabindex", 0); }

Then it correctly focused on the first cell but not row header.

Is this designed on purpose?

貢獻者指南