For RGAA purpose, when loading more result, the focus should be put on the first new item.
See #appendHtmlToExistingHits on SearchService.js
To put focus on a non focusable element (<li> for example) set "tabindex" attribute to 0 before call focus() on element.
Same thing or pagination ? Currently we are redirect to an anchor
- created
-
CMS-11979 [Search service] JS included in result items is not executed when using view with "More results" pagination
- Closed