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
When using Tabs with deep-linking and a custom target data-tabs-target, the history should be updated/replaced with the target when opening a tab.
What happens instead?
The href attribute of the tab is always used to update/replace the history, even with a custom target data-tabs-target set. So the history may be updated/replaced with the wrong url, or not updated/replaced at all because it points to an other domain.
…om-target-11484 for v6.5.0
f974a5b fix: use data-tabs-target to update history in Tabs deep-linking foundation#11484
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
What should happen?
When using Tabs with deep-linking and a custom target
data-tabs-target
, the history should be updated/replaced with the target when opening a tab.What happens instead?
The
href
attribute of the tab is always used to update/replace the history, even with a custom targetdata-tabs-target
set. So the history may be updated/replaced with the wrong url, or not updated/replaced at all because it points to an other domain.Test Case and/or Steps to Reproduce (for bugs)
Test Case: https://codepen.io/ncoden/pen/wEgbqM
Your Environment
Checklist
The text was updated successfully, but these errors were encountered: