luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element losing Focus when clicked out of the page

abusaadp opened this issue · comments

Hi,
The focused element is losing focus when we click anywhere outside the html file. Is it possible to keep the focus even when the html page is not in focus or at least so the element highlighted?
If I click on the address bar the element loses focus and I am not sure which element has focus until I press the arrow keys.