We need to improve queue behavior when navigation from anchors on search result layouts. Right now, it won't focus on the respective item on de queue, because the navigation from the anchor prevents the event from being picked up by the elements above. Keep in mind that a click on an anchor with a modifier key pressed might have different behaviors depending on the browser/OS combination.
There is no clean solution right now. Either we introduce a new element, or we have to update the _navigate method on the default result layouts and on the templates used on Studio. On both cases, we shouldn't be able to leverage this logic on existing layouts easily. The logic should to a similar logic to that of nuxeo-document-list-item or nuxeo-document-grid-thumbnail.
A fix that would possibly be leverageable without having to create new layouts would be to add css rule to disable all pointer events on anchors inside these layouts, assuming that the achors would lose their ability to redirect to other URLs.