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
As we do not have any element with ID o-header-search-sticky, the stickyHeaderContainer is null and thus stickyHeaderContainer.getAttribute('aria-hidden'); fails.
We have fixed this temporarily by adding an element with said ID into our sticky header markup:
We are using a simplified version of the
o-header
and we are experiencing issues with the sticky behaviour.We have narrowed the issue down to the following line:
origami/components/o-header/src/js/sticky.js
Line 29 in 027b716
As we do not have any element with ID
o-header-search-sticky
, thestickyHeaderContainer
is null and thusstickyHeaderContainer.getAttribute('aria-hidden');
fails.We have fixed this temporarily by adding an element with said ID into our sticky header markup:
Which fixes the sticky header initialisation issue.
The issue seems to have been introduced here: 027b716
The text was updated successfully, but these errors were encountered: