If that is the intention, the call to focusInitial should probably take an optional parameter of the selector so that a11y_focus can be called on it. See the call to focusInitial here
The Adapt.scrollTo function [here] does something similar.
(https://github.com/adaptlearning/adapt_framework/blob/master/src/core/js/adapt.js#L128-L129)
Does Adapt.navigateToElement accomplish the above as it automatically calls .scrollTo after navigation
is this an issue that still needs solving?
note: Adapt.trigger('router:navigateTo')is now marked as deprecated
resolved
Most helpful comment
Does Adapt.navigateToElement accomplish the above as it automatically calls .scrollTo after navigation