There are some scenarios where the <Keynav/> island struggles to find the closest candidate to transfer the focus state to. This could be because the function that looks for a candidate has a bias to one of the corners of the bounding rectangle and doesn't find a closer candidate because it's out of reach of that particular corner. The second possibility is that the same function is not comparing correctly all the candidates, and the closer ones are never even considered for comparison.
There are some scenarios where the
<Keynav/>island struggles to find the closest candidate to transfer the focus state to. This could be because the function that looks for a candidate has a bias to one of the corners of the bounding rectangle and doesn't find a closer candidate because it's out of reach of that particular corner. The second possibility is that the same function is not comparing correctly all the candidates, and the closer ones are never even considered for comparison.