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
Describe the bug
When initializing toggle with data-toggle-is-active targets aria-hidden attribute is not changed. This happens when data-toggle-target is used to identify target, if data-toggle-target-parent is used, the bug is not present.
Reload page and note panel is expanded (working, is-active class added to button, panels aria-hidden set to false)
Change attribute from data-toggle-target-parent to data-toggle-target
Reload page and note panel is NOT expanded (does not work, is-active class added to button, but panels aria-hidden IS NOT set to true (value not changed))
Expected behavior aria-hidden value changed to true
Screenshots
None.
Desktop (please complete the following information):
OS: MacOS
Browser Firefox
Version 122
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
When initializing toggle with
data-toggle-is-active
targetsaria-hidden
attribute is not changed. This happens whendata-toggle-target
is used to identify target, ifdata-toggle-target-parent
is used, the bug is not present.To Reproduce
Steps to reproduce the behavior:
data-toggle-is-active
to button.is-active
class added to button, panelsaria-hidden
set tofalse
)data-toggle-target-parent
todata-toggle-target
is-active
class added to button, but panelsaria-hidden
IS NOT set totrue
(value not changed))Expected behavior
aria-hidden
value changed totrue
Screenshots
None.
Desktop (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: