- Issue created by @bember
- Merge request !117Issue #3535860: Fix nested horizontal tabs breaking parent default tab → (Open) created by bember
If a form includes nested horizontal tabs (e.g. paragraph tabs within node tabs), the child tabs break the default open state of the parent ones.
This issue only surfaces in edge cases when the default tab is configured to be something other than the 1st tab.
Observed behavior: The 1st tab is open by default, not the configured 2nd tab.
Update formatters/tabs/horizontal-tabs.js
to use a stricter selector, so nested tab structures don't interfere with the parent's default state. Change :hidden.horizontal-tabs-active-tab
to > :hidden.horizontal-tabs-active-tab
.
Write patch. Review. Test.
None.
None.
None.
Active
4.0
Miscellaneous