We are seeing that the first item in our ListViews are not getting the focus container when using the FocusXY navigation to do the focus in.
It appears our bound items are not qualifying somewhere here:
|
if ((entity.type === _UI.ObjectType.groupHeader && event.target === element) || |
|
(entity.type === _UI.ObjectType.item && event.target.parentNode === element)) { |
The first list item does get set on the document.activeElement, but we don't see the list-view respond with either the win-focused class or the win-focusedoutline element appended to the respective win-item.
Looks like a bug.
We are seeing that the first item in our ListViews are not getting the focus container when using the FocusXY navigation to do the focus in.
It appears our bound items are not qualifying somewhere here:
winjs/src/js/WinJS/Controls/ListView.js
Lines 2810 to 2811 in a59be9d
The first list item does get set on the document.activeElement, but we don't see the list-view respond with either the
win-focusedclass or thewin-focusedoutlineelement appended to the respective win-item.Looks like a bug.