You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1726 - Backbone.history.navigate and Adapt.trigger('router:navigateTo') does not allow us to scroll to and set foucs on any page level element; article, block or component.
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
#1726 - Backbone.history.navigate and Adapt.trigger('router:navigateTo') does not allow us to scroll to and set foucs on any page level element; article, block or component.
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)
The text was updated successfully, but these errors were encountered: