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
In f6 it should be possible to set an anchor link to a tabpanel. Clicking on it should open the referenced tab. This works fine in chrome and ff, but not in msie 11 (see jsfiddle-link, click on the "go to panel"-links)
What should happen:
Linked tab should open
What happened instead:
nothing
Browser(s) and Device(s) tested on:
Internet Explorer 11 (11.0.9600.17843), Windows 7 Professional Service Pack 1
ADD:
I found a workaround, that seem to work at least in regular tabs: when I select the target tab onclick via "selectTab", everything is fine, smth like:
How to reproduce this bug:
In f6 it should be possible to set an anchor link to a tabpanel. Clicking on it should open the referenced tab. This works fine in chrome and ff, but not in msie 11 (see jsfiddle-link, click on the "go to panel"-links)
What should happen:
Linked tab should open
What happened instead:
nothing
Browser(s) and Device(s) tested on:
Internet Explorer 11 (11.0.9600.17843), Windows 7 Professional Service Pack 1
Foundation Version(s) you are using:
6.4.3
Test case link:
https://jsfiddle.net/1zptbLbm/
ADD:
I found a workaround, that seem to work at least in regular tabs: when I select the target tab onclick via "selectTab", everything is fine, smth like:
Unfortunately we use a responsive accordion tab, where "selectTab" is not implemented:
https://jsfiddle.net/3u172fdb/
The text was updated successfully, but these errors were encountered: